コード例 #1
0
        private void btnItemsSearch_Click(object sender, EventArgs e)
        {
            StationaryItemsSearch ItemSearch = new StationaryItemsSearch("StationaryGRN");

            ItemSearch.objStationaryGRN = this;
            ItemSearch.ShowDialog();
        }
コード例 #2
0
        private void btnItemsSearch_Click(object sender, EventArgs e)
        {
            StationaryItemsSearch ItemSearch = new StationaryItemsSearch("StationaryShortageDetl");

            ItemSearch.objShortageStationaryDetails = this;
            ItemSearch.ShowDialog();
        }
コード例 #3
0
        private void btnProductSearch_Click(object sender, EventArgs e)
        {
            StationaryItemsSearch ItemSearch = new StationaryItemsSearch("BrStationaryItemsIssue");

            ItemSearch.objBranchStationaryIssue = this;
            ItemSearch.ShowDialog();
        }
コード例 #4
0
        private void btnItemsSearch_Click(object sender, EventArgs e)
        {
            StationaryItemsSearch ItemSearch = new StationaryItemsSearch("StationaryIndentBulk");

            ItemSearch.objStationaryBulkIndent = this;
            ItemSearch.ShowDialog();
            txtItemsCount.Text = gvIndentDetails.Rows.Count.ToString();
        }