Beispiel #1
0
 public virtual void ClearPointEvent(PhidgetCallbackCode c)
 {
     if (m_eventCode[c] > 0)
     {
         m_eventCode[c]--;
     }
     else
     {
         throw (new SystemException("Error in clear event"));
     }
 }
Beispiel #2
0
 public virtual void ClearEvent(PhidgetCallbackCode c)
 {
     m_eventCode[c] = 0;
 }