示例#1
0
        private void addSalesOrder_Click(object sender, EventArgs e)
        {
            //MessageBox.Show(this.employeeId.ToString());
            addSales addSalesDlg = new addSales(this, this.employeeId);

            addSalesDlg.ShowDialog();
        }
 public addSalesAvailability(addSales addSalesPForm, int frameItemIDEdit, int itemQuantityEdit, int selectedAddSRowIndex)
 {
     InitializeComponent();
     this.addSalesPForm        = addSalesPForm;
     this.frameItemIDEdit      = frameItemIDEdit;
     editMode                  = true;
     this.itemQuantityEdit     = itemQuantityEdit;
     this.selectedAddSRowIndex = selectedAddSRowIndex;
 }
示例#3
0
 public addSalesConfirm(addSales addSalesPform)
 {
     InitializeComponent();
     this.addSalesPform = addSalesPform;
 }
 public addSalesAvailability(addSales addSalesPForm)
 {
     InitializeComponent();
     this.addSalesPForm = addSalesPForm;
 }