private void button6_Click(object sender, EventArgs e) { GRN GRN = new GRN(); GRN.MdiParent = this; GRN.AutoScroll = false; GRN.Show(); GRN.AutoScroll = false; }
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; }