示例#1
0
 public MainWindowViewModel()
 {
     AllPieces = Pieces.GetValues();
     SelectedPiece = AllPieces.First();
 }