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