Example #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            ShellCore.InitializeContainer();

            ConfigurePlatform();

            shellCore.Configure();
            shellCore.Initialize();
        }
Example #2
0
        protected override void OnStart()
        {
            base.OnStart();

            shellCore.Initialize();
        }