Example #1
0
        private void btn_View_Store_No_Click(object sender, EventArgs e)
        {
            Grid_Stores.SCR_FRM_Account_Manf = true;
            Grid_Stores grid_Stores = new Grid_Stores();

            grid_Stores.ShowDialog();
            Grid_Stores.SCR_FRM_Account_Manf = false;
        }
Example #2
0
        private void btn_View_Bond_No_Click(object sender, EventArgs e)
        {
            Grid_Stores.SCR_Add_Paid = true;
            Grid_Stores ss = new Grid_Stores();

            ss.ShowDialog();
            Grid_Stores.SCR_Add_Paid = false;
        }
        private void btn_View_Store_No_Click(object sender, EventArgs e)
        {
            Grid_Stores.SCR_FRM_Report_Item_Now = true;
            Grid_Stores grid_Stores = new Grid_Stores();

            grid_Stores.ShowDialog();
            Grid_Stores.SCR_FRM_Report_Item_Now = false;
        }
        private void button3_Click(object sender, EventArgs e)
        {
            Grid_Stores.SCR_Entry_Bond = true;
            Grid_Stores grid_Stores = new Grid_Stores();

            grid_Stores.ShowDialog();
            Grid_Stores.SCR_Entry_Bond = false;
        }