Ejemplo n.º 1
0
 get => new AppCommand("ExitApp", (object o) => this.ExitApp(), new KeyChords(new KeyChord(Key.F4, ctrl: false, alt: true)), new XamlIconSource(IconPaths3.exit_run));
Ejemplo n.º 2
0
 new KeyGesture(Key.F4, ModifierKeys.Alt),