摘要:
Global.asax中配置: void Application_Start(object sender, EventArgs e) { // Code that runs on application startup List<string> programList = new List<string>(); programList.Add("WEBR1010"); A... 阅读全文
posted @ 2010-02-23 13:57 Leon0812 阅读(199) 评论(0) 推荐(0)