コード例 #1
0
ファイル: Menu.cs プロジェクト: agamat/MG-EmbraceEnemyCode
        private void button4_Click(object sender, EventArgs e)
        {
            Philheath obj = new Philheath();

            obj.Show();
        }
コード例 #2
0
 private void button4_Click(object sender, EventArgs e)
 {
     Philheath obj = new Philheath();
     obj.Show();
 }
コード例 #3
0
ファイル: Menu.cs プロジェクト: agamat/MG-EmbraceEnemyCode
        private void philhealthRegistrationToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Philheath obj = new Philheath();

            obj.Show();
        }
コード例 #4
0
 private void philhealthRegistrationToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     Philheath obj = new Philheath();
     obj.Show();
 }