TrCombo.TrCombo C# (CSharp) 메소드

TrCombo() 공개 메소드

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