Seperated out the non ioc init code to it's own method

This commit is contained in:
2019-07-08 22:17:05 +01:00
parent f8cbc3fa8d
commit 465d4cb5d9
2 changed files with 13 additions and 2 deletions
+5
View File
@@ -81,6 +81,11 @@ namespace ASCOM.Meade.net
_sharedResourcesWrapper = new SharedResourcesWrapper();
_astroMaths = new AstroMaths();
Initialise();
}
private void Initialise()
{
tl = new TraceLogger("", "Meade.net.Telescope");
tl.LogMessage("Telescope", "Starting initialisation");