コード例 #1
0
 public Bl_CustomerType(GUI.FrmCustomerType frm)
 {
     ct       = new DA.DA_Customertype();
     this.frm = frm;
 }
コード例 #2
0
ファイル: BL_AddCustomer.cs プロジェクト: tai8292/cdio
 public BL_AddCustomer(GUI.FrmAddCustomer f)
 {
     frm      = f;
     customer = new DA.DA_Customer();
     custype  = new DA.DA_Customertype();
 }
コード例 #3
0
ファイル: Bl_EditCustomerType.cs プロジェクト: tai8292/cdio
 public Bl_EditCustomerType(GUI.FrmEditCustomerType frm)
 {
     this.frm = frm;
     ct       = new DA.DA_Customertype();
 }
コード例 #4
0
 public BL_EditCustomer(GUI.FrmEditCustomer f)
 {
     frm      = f;
     customer = new DA.DA_Customer();
     custype  = new DA.DA_Customertype();
 }