protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            var bootstraper = new UnityBootstrapper();
            bootstraper.Run();
        }
Example #2
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            var bootstraper = new UnityBootstrapper();

            bootstraper.Run();
        }