Esempio n. 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Form3 f3 = new Form3();

            f3.Show();
        }
Esempio n. 2
0
 public Form1()
 {
     InitializeComponent();
     this.Initialize();
     form3 = new Form3(this);
 }