摘要: 我首先介绍配置文件中的写法:1.在VS2005中的工程下建立一个config文件,名称为App.config,并如下编辑:<?xml version="1.0" encoding="utf-8" ?><configuration> <configSections> <section name="StartParameters" type="System... 阅读全文
posted @ 2009-10-01 00:05 ForFreeDom 阅读(272) 评论(0) 推荐(0) 编辑