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