public static void Main() { Scheduler.App app = new Scheduler.App(); app.InitializeComponent(); app.Run(); }