private void pictureBox1_Click(object sender, EventArgs e) { frm_Ini v1 = new frm_Ini(); v1.Show(); this.Close(); }