예제 #1
0
 public NewGame(Game game)
 {
     this.game = game;
     InitializeComponent();
 }
예제 #2
0
 public Connect(Game game)
     : this()
 {
     this.game = game;
 }
예제 #3
0
 protected override void OnStartup(StartupEventArgs e)
 {
     var mainWindow = new Game();
     mainWindow.Show();
 }