diff -r 471cb4c8a09a -r 6ccaa430aa23 Clients/Idle/Program.cs --- a/Clients/Idle/Program.cs Wed Jul 27 17:09:10 2016 +0200 +++ b/Clients/Idle/Program.cs Thu Jul 28 19:32:40 2016 +0200 @@ -24,9 +24,9 @@ using System.Windows.Forms; using System.Drawing; -namespace SharpDisplayIdleClient +namespace SharpDisplayClientIdle { - static public class Program + public static class Program { /// /// The main entry point for the application. @@ -43,7 +43,7 @@ } [STAThread] - static public void MainWithParams(object aParams) + public static void MainWithParams(object aParams) { //Set high priority to our process to avoid lags when rendering to our screen System.Diagnostics.Process.GetCurrentProcess().PriorityClass = System.Diagnostics.ProcessPriorityClass.AboveNormal;