Exemplo n.º 1
0
        private void button6_Click(object sender, EventArgs e)
        {
            GRN GRN = new GRN();

            GRN.MdiParent  = this;
            GRN.AutoScroll = false;
            GRN.Show();
            GRN.AutoScroll = false;
        }
Exemplo n.º 2
0
        private void button6_Click(object sender, EventArgs e)
        {
            //This is used to clear the static general list collection of GRNChequeDataGridView
            //START
            ChequeGRN.GRNChequeDataGridView.Clear();
            //END

            GRN GRN = new GRN();

            GRN.MdiParent  = this;
            GRN.AutoScroll = false;
            GRN.Show();
            GRN.AutoScroll = false;
        }