Snoop.SnoopUI.SnoopUI C# (CSharp) Method

SnoopUI() static private method

static private SnoopUI ( ) : System
return System
        static SnoopUI()
        {
            SnoopUI.IntrospectCommand.InputGestures.Add(new KeyGesture(Key.I, ModifierKeys.Control));
            SnoopUI.RefreshCommand.InputGestures.Add(new KeyGesture(Key.F5));
            SnoopUI.HelpCommand.InputGestures.Add(new KeyGesture(Key.F1));
            SnoopUI.ClearSearchFilterCommand.InputGestures.Add(new KeyGesture(Key.Escape));
            SnoopUI.CopyPropertyChangesCommand.InputGestures.Add(new KeyGesture(Key.C, ModifierKeys.Control | ModifierKeys.Shift));
        }