Ejemplo n.º 1
0
 private void simpleButton1_Click(object sender, System.EventArgs e)
 {
     ACMSLogic.StockInventory.BinNo binNo = new ACMSLogic.StockInventory.BinNo();
     if (binNo.UpdateBinNo(this.txtBranchCode.Text, this.txtProductCode.Text, this.txtBinNo.Text))
     {
         this.DialogResult = DialogResult.OK;
         this.Close();
     }
 }
Ejemplo n.º 2
0
 private void simpleButton1_Click(object sender, System.EventArgs e)
 {
     ACMSLogic.StockInventory.BinNo binNo = new ACMSLogic.StockInventory.BinNo();
     if(binNo.UpdateBinNo(this.txtBranchCode.Text,this.txtProductCode.Text,this.txtBinNo.Text))
     {
         this.DialogResult = DialogResult.OK;
         this.Close();
     }
 }