From ee3862f949f41c3d7c3b0bab09901c5726d34046 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 1 Oct 2019 22:03:57 +0100 Subject: [PATCH] Code inspections --- FocuserTestConsole/Program.cs | 2 +- TelescopeTestConsole/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FocuserTestConsole/Program.cs b/FocuserTestConsole/Program.cs index 12742f1..0776b93 100644 --- a/FocuserTestConsole/Program.cs +++ b/FocuserTestConsole/Program.cs @@ -14,7 +14,7 @@ using ASCOM.DriverAccess; namespace ASCOM.MeadeGeneric { - public class Program + public static class Program { public static void Main() { diff --git a/TelescopeTestConsole/Program.cs b/TelescopeTestConsole/Program.cs index bedb192..d794cbc 100644 --- a/TelescopeTestConsole/Program.cs +++ b/TelescopeTestConsole/Program.cs @@ -13,7 +13,7 @@ using ASCOM.DriverAccess; namespace ASCOM.Meade.net { - public class Program + public static class Program { public static void Main() {