예제 #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();
 }