Beispiel #1
0
 public GestureRecordedEventArguments(GestureRecordedEventArgs args)
 {
     GestureID = args.GestureID;
 }
 private void OnGestureRecorded(GestureRecordedEventArgs args)
 {
     _gestureRecorded?.Invoke(this, new GestureRecordedEventArguments(args));
 }