Exemplo n.º 1
0
 private void updateTitle()
 {
     this.Text = "Othelo - " + m_Game.GetCurrentPlayerName() + "Turn";
 }