Example #1
0
        public static void Main(string[] args)
        {
            DesktopPlatform.Start();

            Task.Run(async() => await new MainClass().Run(args)).Wait();

            DesktopPlatform.Finish();
        }
Example #2
0
        public static void Main(string[] args)
        {
            DesktopPlatform.Start();

            GoogleCalendarService google = new GoogleCalendarService(new TestConfig());

            DesktopPlatform.Finish();
        }