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