Ejemplo n.º 1
0
 public static lhTaskManager GetInstance()
 {
     if (m_instance != null)
     {
         return(null);
     }
     return(m_instance = new lhTaskManager());
 }
Ejemplo n.º 2
0
 public void Dispose()
 {
     m_instance = null;
 }