private void pictureBox1_Click(object sender, EventArgs e) { this.Hide(); Form7 other = new Form7(); other.Show(); }
private void button2_Click(object sender, EventArgs e) { Form7 f7 = new Form7(); f7.ShowDialog(); }