TrCombo.TrCombo C# (CSharp) Method

TrCombo() public method

public TrCombo ( int id, string eName, string trName, ArrayList options ) : System
id int
eName string
trName string
options ArrayList
return System
    public TrCombo(int id, string eName, string trName, ArrayList options)
    {
        this.id = id;
        this.eName = eName;
        this.trName = trName;
        this.options = options;
    }