Exemple #1
0
 public frmSupplierAccountEdit(int supplierID, FrmSupplierSearch _frmSupplierSearch)
 {
     InitializeComponent();
     this._supplierID          = supplierID;
     this._bDSupplierWrapper   = new BDSupplierWrapper();
     this._supplier            = new BDSupplier();
     this.frmSupplierSearchObj = _frmSupplierSearch;
     FillSupplierData();
 }
 public frmSupplierAccountEdit(int supplierID, FrmSupplierSearch _frmSupplierSearch)
 {
     InitializeComponent();
     this._supplierID = supplierID;
     this._bDSupplierWrapper = new BDSupplierWrapper();
     this._supplier = new BDSupplier();
     this.frmSupplierSearchObj = _frmSupplierSearch;
     FillSupplierData();
 }
Exemple #3
0
 private void mnuItem_Suppliers_Click(object sender, EventArgs e)
 {
     FrmSupplierSearch frm = new FrmSupplierSearch();
     switchForm(frm);
 }
Exemple #4
0
 private void btn_AddSupplier_Click(object sender, EventArgs e)
 {
     FrmSupplierSearch frm = new FrmSupplierSearch();
     switchForm(frm);
 }