コード例 #1
0
ファイル: App.xaml.cs プロジェクト: mhao1999/Captura
        public App()
        {
            SingleInstanceManager.SingleInstanceCheck();

            // Splash Screen should be created manually and after single-instance is checked
            //ShowSplashScreen();
        }