Exemplo n.º 1
0
 public MainWindowViewModel()
 {
     AllPieces = Pieces.GetValues();
     SelectedPiece = AllPieces.First();
 }