Exemplo n.º 1
0
 public void SetupTests()
 {
     _game     = new Game();
     _draughts = new Draughts(_game);
 }
Exemplo n.º 2
0
 public ViewModel(IDraughts draughts)
 {
     display   = "DISPLAY INITIALIZED";
     _draughts = draughts;
 }