Exemple #1
0
        static void ShowSplashScreen(object obj)
        {
#if !DEBUG
            PartLoading("Initialize Splash Screen UI");
            LoaderForm.ShowDialog();
#endif
        }
Exemple #2
0
        static void StartLoaderForm(object obj)
        {
#if !DEBUG
            _loaderForm.ShowDialog();
#endif
        }