Code inspections

This commit is contained in:
2019-09-29 22:34:46 +01:00
parent 2a13fcd40a
commit 7465260354
6 changed files with 15 additions and 14 deletions
+3 -2
View File
@@ -135,7 +135,8 @@ namespace ASCOM.Meade.net
#endregion
#region Common ClassFactory Methods
public uint ClassContext { get; }
private uint ClassContext { get; }
public Guid ClassId
{
@@ -143,7 +144,7 @@ namespace ASCOM.Meade.net
set => _mClassId = value;
}
public uint Flags { get; }
private uint Flags { get; }
public bool RegisterClassObject()
{