Exemple #1
0
 public RoutedEventArgs(RoutedStrategy strategy, string token, string source, string originalSource) : base(token, source)
 {
     Strategy       = strategy;
     OriginalSource = originalSource;
 }
Exemple #2
0
 public RoutedEventArgs(RoutedStrategy strategy, string token) : base(token)
 {
     Strategy = strategy;
 }