Exemple #1
0
 /// <summary>
 /// Opens a dialog box to change the players list.
 /// </summary>
 internal void OpenPlayersForm()
 {
     if (model.GetScenario() != null)
     {
         PlayersForm form = new PlayersForm(model.GetScenario().GetGameWorld().GetPlayerList());
         form.ShowDialog();
     }
 }
 /// <summary>
 /// Opens a dialog box to change the players list.
 /// </summary>
 internal void OpenPlayersForm()
 {
     if (model.GetScenario() != null)
     {
         PlayersForm form = new PlayersForm(model.GetScenario().GetGameWorld().GetPlayerList());
         form.ShowDialog();
     }
 }