コード例 #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

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

            var bootstraper = new UnityBootstrapper();

            bootstraper.Run();
        }