Code inspections
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#endregion
|
||||
|
||||
#region LX200EMC
|
||||
// ReSharper disable once InconsistentNaming
|
||||
public static readonly string LX200CLASSIC = ":GVP"; //GVP command is not supported!
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user