示例#1
0
 static internal void add(ThreadRun t)
 {
     if (t != null)
     {
         threads.Add(t);
     }
 }
示例#2
0
 /*
  * Evento de fechamento do form
  */
 private void MainForm_FormClosed(object sender, FormClosedEventArgs e)
 {
     ThreadRun.stopAll();
     GTracker.stopCommunication();
 }