codice:private void button1_Click(object sender, EventArgs e) { this.Close(); //using System.Threading Thread nt = new Thread(new ThreadStart(myForm)); nt.Start(); } private void myForm() { Form2 form = new Form2(); form.ShowDialog(); }
codice:private void button1_Click(object sender, EventArgs e) { this.Close(); //using System.Threading Thread nt = new Thread(new ThreadStart(myForm)); nt.Start(); } private void myForm() { Form2 form = new Form2(); form.ShowDialog(); }
IP-PBX management: http://www.easypbx.it
Old account: 2126 messages
Oldest account: 3559 messages