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