Esempio n. 1
0
        private void AboutGame_Click(object sender, EventArgs e)
        {
            var aboutGame = new AboutGame(this);

            aboutGame.Show();
            Hide();
        }
Esempio n. 2
0
 public Info(AboutGame aboutGame)
 {
     mainWindow = aboutGame;
     InitializeComponent();
     ClientSize = mainWindow.Size;
 }