Example #1
0
 private void AssignCurrentPlayer()
 {
     player = gameServerConnector.StartNew();
     lbl_playerName.Text = player.ToString();
 }