示例#1
0
 public static void showCredits()
 {
     creditsForm frm = new creditsForm();
     frm.Show();
 }
示例#2
0
        public static void showCredits()
        {
            creditsForm frm = new creditsForm();

            frm.Show();
        }