예제 #1
0
 public void GameChanged(DoormatCore.Games.Games newGame)
 {
     Game = newGame;
     switch (newGame)
     {
     case DoormatCore.Games.Games.Dice:
         break;
     }
 }
 public void GameChanged(DoormatCore.Games.Games newGame)
 {
     switch (newGame)
     {
     case DoormatCore.Games.Games.Dice:
     default: StartControl = new LabouchereDice(); break;
     }
     StartControl.DataContext = Strategy;
     OnPropertyChanged("StartControl");
 }
예제 #3
0
 public void GameChanged(DoormatCore.Games.Games newGame)
 {
     //throw new NotImplementedException();
 }
 public void GameChanged(DoormatCore.Games.Games newGame)
 {
 }