예제 #1
0
        // This is the main entry point of the application.
        static void Main(string[] args)
        {
            //do it asap
            DLogger.Initialize(AppHelper.Paths.WorkingRootFolder);

            CoreTest.Initialize();

            // if you want to use a different Application Delegate class from "AppDelegate"
            // you can specify it here.
            UIApplication.Main(args, null, "AppDelegate");
        }
예제 #2
0
        private AppDelegate()
        {
            DLogger.Initialize(AppHelper.Paths.WorkingRootFolder);

            ///Some additional early initialization routines can be done here if needed.
        }