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