コード例 #1
0
ファイル: App.xaml.cs プロジェクト: abordt/Viking
        private static void RunInReleaseMode()
        {
            try
            {
                Jotunn.BootStrapper bootstrapper = new Jotunn.BootStrapper();
                bootstrapper.Run();
            }
            catch (Exception )
            {

            }
        }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: abordt/Viking
 private static void RunInDebugMode()
 {
     BootStrapper bootstrapper = new Jotunn.BootStrapper();
     bootstrapper.Run();
 }