Code inspections

This commit is contained in:
2019-09-30 22:14:34 +01:00
parent 4ff193fadf
commit eb775bba18
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -481,7 +481,7 @@ namespace ASCOM.Meade.net
return comparison >= 0; return comparison >= 0;
} }
public bool IsLongFormat { get; private set; } private bool IsLongFormat { get; set; }
public void SetLongFormat(bool setLongFormat) public void SetLongFormat(bool setLongFormat)
{ {
+1
View File
@@ -26,6 +26,7 @@
#endregion #endregion
#region LX200EMC #region LX200EMC
// ReSharper disable once InconsistentNaming
public static readonly string LX200CLASSIC = ":GVP"; //GVP command is not supported! public static readonly string LX200CLASSIC = ":GVP"; //GVP command is not supported!
#endregion #endregion
} }