예제 #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();
 }