Esempio n. 1
0
 protected virtual void OnMotion(MotionEventArgs e)
 {
     if (EvMotion != null)
     {
         EvMotion(this, e);
     }
 }
Esempio n. 2
0
 internal void TriggerMotion(MotionEventArgs e)
 {
     OnMotion(e);
 }