private void button4_Click(object sender, EventArgs e) { if (v6 == null || v6.IsDisposed) { v6 = new Form8(); v6.Show(); } }
private void button10_Click(object sender, EventArgs e) { if (totalprice == 0) { MessageBox.Show("Select atleast 1 product!!"); } else { Close(); Form8 form8 = new Form8(accno, totalprice, quantity1, quantity2, quantity3, quantity4, quantity5, quantity6, quantity7, quantity8, quantity9); form8.Show(); } }
private void button5_Click_1(object sender, EventArgs e) { Form8 newForm8 = new Form8(); newForm8.ShowDialog(); }
private void button1_Click_2(object sender, EventArgs e) { Form8 z = new Form8(); z.Show(); Hide(); }