Exemplo n.º 1
0
 protected override void InitializeShell()
 {
     ServicePointManager.DefaultConnectionLimit = int.MaxValue;
     ApiExceptionResolverExtension.SetUnityContainer(Container);
     ConfigureApplicationEventHandlers();
     ShellSwitcher.Show((Window)Shell);
 }
Exemplo n.º 2
0
        protected override void OnInitialized()
        {
            ApiExceptionResolverExtension.SetUnityContainer(Container);
            WindowHelper.Container = Container.GetContainer();

            WindowHelper.SwitchTo <AuthenticationWindow>();
        }
Exemplo n.º 3
0
 protected override void OnInitialized()
 {
     ApiExceptionResolverExtension.SetUnityContainer(Container);
     ConfigureApplicationEventHandlers();
     base.OnInitialized();
 }