コード例 #1
0
ファイル: SecondPart.cs プロジェクト: Koceva/3in1Game
 private void button2_Click(object sender, EventArgs e)
 {
     thirdForm = new ThirdPart();
     thirdForm.Show();
     thirdForm.Location = this.Location;
     this.Close();
 }
コード例 #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            var res = new ThirdPart();

            res.Show();
        }