void Button5Click(object sender, EventArgs e) { var myform = new VIEW(); myform.Show(); this.Hide(); }
void Button8Click(object sender, EventArgs e) { passingText1 = textBox1.Text; passingText2 = textBox2.Text; passingText3 = textBox3.Text; passingText4 = textBox4.Text; passingText5 = textBox11.Text; passingText6 = comboBox1.Text; passingText7 = comboBox2.Text; passingText8 = comboBox3.Text; VIEW VIEW = new VIEW(); textBox1.Text = ""; textBox2.Text = ""; textBox3.Text = ""; textBox4.Text = ""; textBox5.Text = ""; textBox6.Text = ""; textBox7.Text = ""; textBox8.Text = ""; textBox9.Text = ""; textBox10.Text = ""; textBox11.Text = ""; textBox12.Text = ""; textBox13.Text = ""; textBox14.Text = ""; textBox15.Text = ""; textBox16.Text = ""; textBox17.Text = ""; comboBox1.Text = ""; comboBox2.Text = ""; }