disable resharper name checking for a few enums

This commit is contained in:
David Sparer
2016-10-19 16:56:38 -06:00
parent 2b9b872ad4
commit 2df182c4c9
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@

// ReSharper disable InconsistentNaming
namespace mRemoteNG.Security
{
public enum BlockCipherEngines

View File

@@ -1,4 +1,5 @@

// ReSharper disable InconsistentNaming
namespace mRemoteNG.Security
{
public enum BlockCipherModes