Exemplo n.º 1
0
 public static void ResumeAll()
 {
     agents.RemoveAll(item => item == null);
     foreach (AgentTest AT in agents)
     {
         AT.Resume();
     }
 }