mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
getting stylecop undercontrol for UI warnings (#5630)
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Microsoft.PowerToys.Settings.UI
|
||||
[DllImport("user32.dll")]
|
||||
public static extern bool ShowWindow(System.IntPtr hWnd, int nCmdShow);
|
||||
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.NamingRules", "SA1310:Field names should not contain underscore", Justification = "Interop naming consistancy")]
|
||||
public const int SW_HIDE = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user