private void button1_Click(object sender, EventArgs e) { Form3 f3 = new Form3(); this.Hide(); f3.ShowDialog(); this.Close(); }
private void vsComputerToolStripMenuItem_Click(object sender, EventArgs e) { Form f3 = new Form3(); this.Hide(); f3.ShowDialog(); this.Close(); }