Ejemplo n.º 1
0
 public static void ClassCleanup()
 {
     mGR.StopAgents();
     mDriver = null;
     mGR     = null;
     try
     {
         proc.Kill();
     }
     catch
     {
     }
 }