public PlayerRoutedEventArgs(RoutedEvent routedEvent, PlayerByttonType buttonType)
     : base(routedEvent)
 {
     this.ButtonType = buttonType;
 }
Esempio n. 2
0
 public PlayerRoutedEventArgs(RoutedEvent routedEvent, PlayerByttonType buttonType)
     : base(routedEvent)
 {
     this.ButtonType = buttonType;
 }