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