标签:using color add manager 使用 sys settings .config col
最新的framework使用如下方法:
using System.Configuration; ConfigurationManager.AppSettings["key"];
App.config中,如下配置:
<appSettings> <add key="key" value="value"/> </appSettings>
标签:using color add manager 使用 sys settings .config col
原文地址:http://www.cnblogs.com/amwuau/p/7513880.html