예제 #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
#if DEBUG
            IsConsoleVisible = true;
#endif

            stopWatch = new Stopwatch();
            stopWatch.Start();

            SplashScreenManager.ShowSplashScreen <TSplashScreen>(System.Reflection.Assembly.GetEntryAssembly());

            Control.IsTabStopProperty.OverrideMetadata(typeof(Control), new FrameworkPropertyMetadata(false));
            ToolTipService.ShowDurationProperty.OverrideMetadata(typeof(DependencyObject), new FrameworkPropertyMetadata(Int32.MaxValue));

            base.OnStartup(e);
        }