Exemplo n.º 1
0
 public Player(IContainer ioc, Color color, Orientation orientation)
 {
     Color = color;
     Rack  = new RackViewModel(this, ioc)
     {
         Orientation = orientation
     };
 }
Exemplo n.º 2
0
 public BoardViewModel(IContainer ioc) => _ioc = ioc;