Esempio n. 1
0
 public void ShowStatistic()
 {
     if (game.Player1 != null && game.Player2 != null)
     {
         StatisticForm form = new StatisticForm(game.Player1, game.Player2);
         form.ShowDialog();
     }
 }
Esempio n. 2
0
 public void ShowStatistic()
 {
     if (game.Player1 != null && game.Player2 != null)
     {
         StatisticForm form = new StatisticForm(game.Player1, game.Player2);
         form.ShowDialog();
     }
 }