Esempio n. 1
0
 /// <summary>
 /// Method is used after user left clicks a bomb.
 /// </summary>
 protected void Lose()
 {
     ShowAllMines();
     isGameAvailable = false;
     gameButton.Dead();
     stopwatch.Stop();
     LostPopUpForm lostPopUp = new LostPopUpForm();
 }