Sicherung
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace NHotkey.Wpf
|
||||
{
|
||||
public class HotkeyAlreadyRegisteredEventArgs : EventArgs
|
||||
{
|
||||
private readonly string _name;
|
||||
|
||||
public HotkeyAlreadyRegisteredEventArgs(string name)
|
||||
{
|
||||
_name = name;
|
||||
}
|
||||
|
||||
public string Name
|
||||
{
|
||||
get { return _name; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user