示例#1
0
 public void Dispose()
 {
     if (m_timer != null)
     {
         m_timer.Stop();
         ReportTime(m_timer.Duration);
         m_timer = null;
     }
 }
示例#2
0
 public void Dispose()
 {
     if (m_timer != null)
     {
         m_timer.Stop();
         ReportTime(m_timer.Duration);
         m_timer = null;
     }
 }
示例#3
0
 public DispTimer()
 {
     m_timer = new CustomTimer();
     m_timer.Start();
 }
示例#4
0
 public DispTimer()
 {
     m_timer = new CustomTimer();
     m_timer.Start();
 }