예제 #1
0
 public void DifficultySelected(object sender, DifficultyArgs e)
 {
     this.Difficulty = e.Difficulty;
 }
예제 #2
0
 private void DifficultySelected(object sender, DifficultyArgs e)
 {
     this.CurrentViewModel = SingleplayerGameVM;
 }