コード例 #1
0
ファイル: MainForm.cs プロジェクト: Bitl/hl2ac_launcher
 void Button4Click(object sender, EventArgs e)
 {
     InstructionsGameForm btnFm2 = new InstructionsGameForm();
     btnFm2.Show();
 }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: Bitl/hl2ac_launcher
        void Button4Click(object sender, EventArgs e)
        {
            InstructionsGameForm btnFm2 = new InstructionsGameForm();

            btnFm2.Show();
        }