Exemplo n.º 1
0
        private void creditsButton_Click(object sender, EventArgs e)
        {
            // Show the credits dialog
            CreditsDialog form = new CreditsDialog();

            form.Show();
        }
Exemplo n.º 2
0
 private void creditsButton_Click(object sender, EventArgs e)
 {
     // Show the credits dialog
     CreditsDialog form = new CreditsDialog();
     form.Show();
 }