mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Misc
This commit is contained in:
parent
c00583dd98
commit
32e9a7fa06
1 changed files with 1 additions and 5 deletions
|
|
@ -562,11 +562,7 @@ namespace Wox.ViewModel
|
|||
public class ListeningKeyPressedEventArgs : EventArgs
|
||||
{
|
||||
|
||||
public KeyEventArgs KeyEventArgs
|
||||
{
|
||||
get;
|
||||
private set;
|
||||
}
|
||||
public KeyEventArgs KeyEventArgs { get; private set; }
|
||||
|
||||
public ListeningKeyPressedEventArgs(KeyEventArgs keyEventArgs)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue