Ejemplo n.º 1
0
 public frmCustomerAccountEdit(int customerID, FrmCustomerSearch _frmCustomerSearch)
 {
     InitializeComponent();
     this._customerID          = customerID;
     this._bDCustomerWrapper   = new BDCustomerWrapper();
     this._customer            = new BDCustomer();
     this.frmCustomerSearchObj = _frmCustomerSearch;
     FillCustomerData();
 }
Ejemplo n.º 2
0
 public frmCustomerAccountEdit(int customerID, FrmCustomerSearch _frmCustomerSearch)
 {
     InitializeComponent();
     this._customerID = customerID;
     this._bDCustomerWrapper = new BDCustomerWrapper();
     this._customer = new BDCustomer();
     this.frmCustomerSearchObj = _frmCustomerSearch;
     FillCustomerData();
 }
Ejemplo n.º 3
0
 private void mnuItem_Customers_Click(object sender, EventArgs e)
 {
     FrmCustomerSearch frm = new FrmCustomerSearch();
     switchForm(frm);
 }
Ejemplo n.º 4
0
 private void btn_AddCustomer_Click(object sender, EventArgs e)
 {
     FrmCustomerSearch frm = new FrmCustomerSearch();
     switchForm(frm);
 }