自定义添加配置文件节点
摘要:
1 // Get the application configuration file. 2 Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); 3 string sectionName = "appSettings"; 4 5 // Add an entry to appSettings. 6 int appStgCnt = Conf... 阅读全文
posted @ 2013-05-27 13:41 slnt 阅读(205) 评论(0) 推荐(0)
浙公网安备 33010602011771号