摘要:
二次开发的代码很简单:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1Gantt.StartDate=DateTime.Now;2Gantt.EndDate=DateTime.Now.AddMonths(20);3Gantt.ContentWidth=1800d;4Gantt.XPosition=0;5Gantt.DataSource=GetTasks();6Gantt.OnRequestData+=newRequestDataEventH 阅读全文
posted @ 2010-06-23 09:50 aimin 阅读(1499) 评论(0) 推荐(0) 编辑