public static void Main(string[] args) { DesktopPlatform.Start(); Task.Run(async() => await new MainClass().Run(args)).Wait(); DesktopPlatform.Finish(); }
public static void Main(string[] args) { DesktopPlatform.Start(); GoogleCalendarService google = new GoogleCalendarService(new TestConfig()); DesktopPlatform.Finish(); }