public static void Main(string[] args) { AGSEditor.SetupResolver(); AGSEngineDesktop.Init(); AGSEditor.Platform = new DesktopEditorPlatform(); Program.Run(); }