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