public FrmEditCustomerType(string id, string name, string point) { InitializeComponent(); bl = new BL.Bl_EditCustomerType(this); this.ID = id; this.name = name; this.Point = point; }
public FrmEditCustomerType() { InitializeComponent(); bl = new BL.Bl_EditCustomerType(this); }