예제 #1
0
파일: Program.cs 프로젝트: rjshaver/core
        public static void Main(string[] args)
        {
            DesktopPlatform.Start();

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

            DesktopPlatform.Finish();
        }
예제 #2
0
파일: Program.cs 프로젝트: rjshaver/core
        public static void Main(string[] args)
        {
            DesktopPlatform.Start();

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

            DesktopPlatform.Finish();
        }