Esempio n. 1
0
 public BL_AddCustomer(GUI.FrmAddCustomer f)
 {
     frm      = f;
     customer = new DA.DA_Customer();
     custype  = new DA.DA_Customertype();
 }
Esempio n. 2
0
 public BL_EditCustomer(GUI.FrmEditCustomer f)
 {
     frm      = f;
     customer = new DA.DA_Customer();
     custype  = new DA.DA_Customertype();
 }