Пример #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            SpectralSpringSampleBootstrapper ssBoot = new SpectralSpringSampleBootstrapper();
            ssBoot.Run();
        }
Пример #2
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            SpectralSpringSampleBootstrapper ssBoot = new SpectralSpringSampleBootstrapper();

            ssBoot.Run();
        }