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

            btnFm1.Show();
        }