Exemple #1
0
 public static TimerThread getTimerThread()
 {
     if (m_TimerThreadInstance == null)
     {
         m_TimerThreadInstance = new TimerThread();
     }
     return(m_TimerThreadInstance);
 }
 public static TimerThread getTimerThread()
 {
     if (m_TimerThreadInstance == null)
         m_TimerThreadInstance = new TimerThread();
     return m_TimerThreadInstance;
 }