Ejemplo n.º 1
0
 private void startNewThread()
 {
     using (AnotherForm frm = new AnotherForm())
     {
         Application.Run(frm);
     }
 }
Ejemplo n.º 2
0
 private void startNewThread()
 {
     using ( AnotherForm frm = new AnotherForm())
     {
         Application.Run(frm);
     }
 }