AdvancedLauncher.App.App C# (CSharp) Метод

App() статический приватный Метод

static private App ( ) : System
Результат System
        static App()
        {
            #if RELEASE
            Tools.BugTrapBootstrapper.Inject();
            #endif
            Kernel = new StandardKernel(new DependencyModule());
            AppDomain.CurrentDomain.UnhandledException += (s, e) => {
                LOGGER.Error("UnhandledException", e.ExceptionObject as Exception);
            };
        }