예제 #1
0
 private void GameScreen_Loaded(object sender, RoutedEventArgs e)
 {
     board = new Board(GameScreen);
 }