Exemplo n.º 1
0
        private void CreditsButton_Click(object sender, EventArgs e)
        {
            // MessageBox.Show("Programming: Mr. Sandman, affixiate, Arxleol and dot-net-transitions.\nIdea: Joseph, Michael, and Mr. Sandman.\nMotivation: God, My Family and Friends.", "Credits", MessageBoxButtons.OK, MessageBoxIcon.Information);
            CreditsForm creditsDialog = new CreditsForm();

            creditsDialog.ShowDialog();
        }
 private void CreditsButton_Click(object sender, EventArgs e)
 {
     // MessageBox.Show("Programming: Mr. Sandman, affixiate, Arxleol and dot-net-transitions.\nIdea: Joseph, Michael, and Mr. Sandman.\nMotivation: God, My Family and Friends.", "Credits", MessageBoxButtons.OK, MessageBoxIcon.Information);
     CreditsForm creditsDialog = new CreditsForm();
     creditsDialog.ShowDialog();
 }