private void pictureBox1_Click(object sender, EventArgs e) { Odenish button = new Odenish(); button.Show(); this.Hide(); }
private void pictureBox7_Click(object sender, EventArgs e) { Odenish a = new Odenish(); a.Show(); this.Hide(); }