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