示例#1
0
文件: AboutBox.cs 项目: almir/rfcfe
        private void creditsButton_Click(object sender, EventArgs e)
        {
            // Show the credits dialog
            CreditsDialog form = new CreditsDialog();

            form.Show();
        }
示例#2
0
文件: AboutBox.cs 项目: almir/rfcfe
 private void creditsButton_Click(object sender, EventArgs e)
 {
     // Show the credits dialog
     CreditsDialog form = new CreditsDialog();
     form.Show();
 }