Beispiel #1
0
 private void BtnStart_Click(object sender, EventArgs e)
 {
     if (!gameStatus.IsEnabled)
     {
         client.StartGame();
     }
 }