public static void Main(string[] args)
        {
            CSGOpenGLApplication app = new CSGOpenGLApplication();

            app.ShowAsSystemWindow();
        }
 public static void Main(string[] args)
 {
     CSGOpenGLApplication app = new CSGOpenGLApplication();
     app.ShowAsSystemWindow();
 }