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