diff --git a/Meade.net.Telescope/Telescope.cs b/Meade.net.Telescope/Telescope.cs index 9e9c358..94bf158 100644 --- a/Meade.net.Telescope/Telescope.cs +++ b/Meade.net.Telescope/Telescope.cs @@ -481,7 +481,7 @@ namespace ASCOM.Meade.net return comparison >= 0; } - public bool IsLongFormat { get; private set; } + private bool IsLongFormat { get; set; } public void SetLongFormat(bool setLongFormat) { diff --git a/Meade.net/TelescopeList.cs b/Meade.net/TelescopeList.cs index 32b6bf5..5995983 100644 --- a/Meade.net/TelescopeList.cs +++ b/Meade.net/TelescopeList.cs @@ -26,6 +26,7 @@ #endregion #region LX200EMC + // ReSharper disable once InconsistentNaming public static readonly string LX200CLASSIC = ":GVP"; //GVP command is not supported! #endregion }