Interaction logic for HandSettingsControl.xaml
Inheritance: System.Windows.Controls.UserControl
 public FingerRoutedEventArgs(RoutedEvent RemoveFingerEvent, HandSettingsControl handControl, HandDataViewModel handData, FingerPointViewModel point)
     : base(RemoveFingerEvent, handControl)
 {
     this.HandData = handData;
     this.Point    = point;
 }
 public FingerRoutedEventArgs(RoutedEvent RemoveFingerEvent, HandSettingsControl handControl, HandDataViewModel handData, FingerPointViewModel point)
     : base(RemoveFingerEvent, handControl)
 {
     this.HandData = handData;
     this.Point = point;
 }