Пример #1
0
        private static void RunInReleaseMode()
        {
            try
            {
                Jotunn.BootStrapper bootstrapper = new Jotunn.BootStrapper();
                bootstrapper.Run();
            }
            catch (Exception )
            {

            }
        }
Пример #2
0
 private static void RunInDebugMode()
 {
     BootStrapper bootstrapper = new Jotunn.BootStrapper();
     bootstrapper.Run();
 }