private void button3_Click(object sender, EventArgs e) { nivel_1 x = new nivel_1(); x.Show(); this.WindowState = FormWindowState.Minimized; //this.Close(); //this.Hide(); }
private void label1_Click(object sender, EventArgs e) { // axWindowsMediaPlayer1.Ctlcontrols.pause(); timer1.Stop(); // Forms_Instrucciones x = new Forms_Instrucciones(); this.Hide(); nivel_1 x = new nivel_1(); x.Show(); // x.Show(); }
private void Form2_Load(object sender, EventArgs e) { nivel_1 x = new nivel_1(); x.Show(); this.Hide(); /*timer1.Start(); * this.WindowState = FormWindowState.Maximized; * this.BackgroundImageLayout = ImageLayout.Stretch; * this.FormBorderStyle = FormBorderStyle.None; * /*Form1 x = new Form1(); * x.Show(); * this.Hide();*/ }