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