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