예제 #1
0
        static void ShowSplashScreen(object obj)
        {
#if !DEBUG
            PartLoading("Initialize Splash Screen UI");
            LoaderForm.ShowDialog();
#endif
        }
예제 #2
0
파일: Program.cs 프로젝트: modernstar/core
        static void StartLoaderForm(object obj)
        {
#if !DEBUG
            _loaderForm.ShowDialog();
#endif
        }