public void SetupTests()
 {
     _game     = new Game();
     _draughts = new Draughts(_game);
 }
Example #2
0
 public ViewModel(IDraughts draughts)
 {
     display   = "DISPLAY INITIALIZED";
     _draughts = draughts;
 }