diff -r f442150ff735 -r 6f10207a89a8 Client/Program.cs --- a/Client/Program.cs Thu Aug 14 09:12:59 2014 +0200 +++ b/Client/Program.cs Thu Aug 14 09:30:14 2014 +0200 @@ -6,7 +6,7 @@ namespace SharpDisplayClient { - static class Program + static public class Program { public static MainForm iMainForm; @@ -14,7 +14,7 @@ /// The main entry point for the application. /// [STAThread] - static void Main() + static public void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false);