Ejemplo n.º 1
0
 public CThread Add(CThread rThread)
 {
     _rgThreads.Add(rThread);
     return(rThread);
 }
Ejemplo n.º 2
0
 public CThread Add(CThread rThread)
 {
     _rgThreads.Add(rThread);
     return rThread;
 }