摘要: 1 public class DBHelper 2 { 3 public DBHelper(string conn) 4 { 5 ConnectionString = ConfigurationManager.ConnectionStrings[conn].ToString(); 6 } 7 pub 阅读全文
posted @ 2017-06-09 10:01 iceexx 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1 public class WebPage 2 { 3 #region Property 4 /// <summary> 5 /// 页面地址 6 /// </summary> 7 public string URL { get; set; } 8 /// <summary> 9 /// 域名 1 阅读全文
posted @ 2017-06-09 09:59 iceexx 阅读(254) 评论(0) 推荐(0) 编辑