예제 #1
0
 protected virtual void OnMotion(MotionEventArgs e)
 {
     if (EvMotion != null)
     {
         EvMotion(this, e);
     }
 }
예제 #2
0
 internal void TriggerMotion(MotionEventArgs e)
 {
     OnMotion(e);
 }