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; }