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; }
public addSalesConfirm(addSales addSalesPform) { InitializeComponent(); this.addSalesPform = addSalesPform; }
public addSalesAvailability(addSales addSalesPForm) { InitializeComponent(); this.addSalesPForm = addSalesPForm; }