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