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