Exemplo n.º 1
0
 public FrmEditCustomerType(string id, string name, string point)
 {
     InitializeComponent();
     bl         = new BL.Bl_EditCustomerType(this);
     this.ID    = id;
     this.name  = name;
     this.Point = point;
 }
Exemplo n.º 2
0
 public FrmEditCustomerType()
 {
     InitializeComponent();
     bl = new BL.Bl_EditCustomerType(this);
 }