Exemplo n.º 1
0
 public bool InUse()
 {
     if (m_action_timer != null)
     {
         return(m_action_timer.InUse());
     }
     return(false);
 }