Esempio n. 1
0
 private bool IsShowEndGame()
 {
     if (level == maxlevel)
     {
         inGame.Hide();
         endGame.Show();
         return(true);
     }
     return(false);
 }