Exemplo n.º 1
0
 public TownCommand(GamePageViewModel vm) => this.vm = vm;
Exemplo n.º 2
0
 public ExitCommand(GamePageViewModel vm) => this.vm = vm;
Exemplo n.º 3
0
 public LineInfoCommand(GamePageViewModel vm) => this.vm = vm;
Exemplo n.º 4
0
 public InfoDiagCommand(GamePageViewModel vm) => this.vm = vm;
Exemplo n.º 5
0
 public SaveCommand(GamePageViewModel vm) => this.vm = vm;
Exemplo n.º 6
0
 public VehicleCommand(GamePageViewModel vm) => this.vm = vm;
Exemplo n.º 7
0
 public TechDevCommand(GamePageViewModel vm) => this.vm = vm;
Exemplo n.º 8
0
 public LineCommand(GamePageViewModel vm) => this.viewModel = vm;
Exemplo n.º 9
0
 public NextMonthCommand(GamePageViewModel vm) => this.vm = vm;
Exemplo n.º 10
0
 private void RoundButton_Click(object sender, RoutedEventArgs e)
 {
     GamePageViewModel.GetInstance().RestartGame();
 }