private void btnItemsSearch_Click(object sender, EventArgs e) { StationaryItemsSearch ItemSearch = new StationaryItemsSearch("StationaryGRN"); ItemSearch.objStationaryGRN = this; ItemSearch.ShowDialog(); }
private void btnItemsSearch_Click(object sender, EventArgs e) { StationaryItemsSearch ItemSearch = new StationaryItemsSearch("StationaryShortageDetl"); ItemSearch.objShortageStationaryDetails = this; ItemSearch.ShowDialog(); }
private void btnProductSearch_Click(object sender, EventArgs e) { StationaryItemsSearch ItemSearch = new StationaryItemsSearch("BrStationaryItemsIssue"); ItemSearch.objBranchStationaryIssue = this; ItemSearch.ShowDialog(); }
private void btnItemsSearch_Click(object sender, EventArgs e) { StationaryItemsSearch ItemSearch = new StationaryItemsSearch("StationaryIndentBulk"); ItemSearch.objStationaryBulkIndent = this; ItemSearch.ShowDialog(); txtItemsCount.Text = gvIndentDetails.Rows.Count.ToString(); }