Beispiel #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     thirdForm = new ThirdPart();
     thirdForm.Show();
     thirdForm.Location = this.Location;
     this.Close();
 }
Beispiel #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            var res = new ThirdPart();

            res.Show();
        }