Пример #1
0
 public GameView(GameViewModel gameViewModel)
 {
     _gameViewModel = gameViewModel;
     InitializeComponent();
 }