Tidy up a few code inspection issues and add the MIT License to the installer.

This commit is contained in:
2019-08-24 22:38:16 +01:00
parent 64a72560bc
commit 3eddc52c6a
5 changed files with 11 additions and 22 deletions
+2 -2
View File
@@ -525,7 +525,7 @@ namespace ASCOM.Meade.net
return highPrecision;
}
public void TelescopePointingPrecision(bool high)
private void TelescopePointingPrecision(bool high)
{
var currentPrecision = TogglePrecision();
@@ -2313,7 +2313,7 @@ namespace ASCOM.Meade.net
/// <summary>
/// Read the device configuration from the ASCOM Profile store
/// </summary>
internal void ReadProfile()
private void ReadProfile()
{
ProfileProperties profileProperties = _sharedResourcesWrapper.ReadProfile();
_tl.Enabled = profileProperties.TraceLogger;