mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Suppress CLS error
This commit is contained in:
parent
e604b1a871
commit
a5f74576ba
@ -16,7 +16,9 @@ namespace DisplayMagician.UIForms
|
||||
HotkeySelector hks;
|
||||
Hotkey myHotkey = null;
|
||||
|
||||
#pragma warning disable CS3003 // Type is not CLS-compliant
|
||||
public Hotkey Hotkey
|
||||
#pragma warning restore CS3003 // Type is not CLS-compliant
|
||||
{
|
||||
get
|
||||
{
|
||||
@ -43,7 +45,9 @@ namespace DisplayMagician.UIForms
|
||||
this.ActiveControl = txt_hotkey;
|
||||
}
|
||||
|
||||
#pragma warning disable CS3001 // Argument type is not CLS-compliant
|
||||
public HotkeyForm(Hotkey hotkeyToEdit = null, string hotkeyHeading = "", string hotkeyDescription = "")
|
||||
#pragma warning restore CS3001 // Argument type is not CLS-compliant
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user