From 9dc68ff506aea2586739ea04786d1c1c6f4690b7 Mon Sep 17 00:00:00 2001 From: Terry MacDonald Date: Sun, 25 Apr 2021 22:25:41 +1200 Subject: [PATCH] Suppress CLS --- DisplayMagician/ShortcutItem.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DisplayMagician/ShortcutItem.cs b/DisplayMagician/ShortcutItem.cs index e635bb1..eb6869e 100644 --- a/DisplayMagician/ShortcutItem.cs +++ b/DisplayMagician/ShortcutItem.cs @@ -966,7 +966,9 @@ namespace DisplayMagician } } +#pragma warning disable CS3003 // Type is not CLS-compliant public Hotkey Hotkey +#pragma warning restore CS3003 // Type is not CLS-compliant { get {