Ejemplo n.º 1
0
 public GameViewModel()
 {
     Players     = new List <Player>();
     gameOptions = GameOptions.Create();
 }
Ejemplo n.º 2
0
 private void cancelButton_Click(object sender, RoutedEventArgs e)
 {
     gameOptions = null;
     Close();
 }