예제 #1
0
파일: Level4.cs 프로젝트: sashkooooy/MyRepo
 public void GameOver()
 {
     Level4 form2 = new Level4();
        form2.Show();
        this.Close();
 }
예제 #2
0
파일: Level4.cs 프로젝트: sashkooooy/MyRepo
 private void innerwall4_Click(object sender, EventArgs e)
 {
     Level4 form2 = new Level4();
     form2.Show();
     this.Close();
 }
예제 #3
0
파일: Level3.cs 프로젝트: sashkooooy/MyRepo
 private void GogoHeroLevel(PictureBox[] walls, PictureBox[] beers, PictureBox[] monsters, PictureBox[] win)
 {
     Level4 form2 = new Level4();
     //Application.Exit();
     form2.ShowDialog();
     form2 = null;
     Show();
 }