Client/Program.cs
changeset 25 6f10207a89a8
parent 21 274a6b27c3f9
child 27 9c49c04fc620
     1.1 --- a/Client/Program.cs	Thu Aug 14 09:12:59 2014 +0200
     1.2 +++ b/Client/Program.cs	Thu Aug 14 09:30:14 2014 +0200
     1.3 @@ -6,7 +6,7 @@
     1.4  
     1.5  namespace SharpDisplayClient
     1.6  {
     1.7 -    static class Program
     1.8 +    static public class Program
     1.9      {
    1.10          public static MainForm iMainForm;
    1.11  
    1.12 @@ -14,7 +14,7 @@
    1.13          /// The main entry point for the application.
    1.14          /// </summary>
    1.15          [STAThread]
    1.16 -        static void Main()
    1.17 +        static public void Main()
    1.18          {
    1.19              Application.EnableVisualStyles();
    1.20              Application.SetCompatibleTextRenderingDefault(false);