前几天做了一个C/S的项目,研究了一下App.config,写了一个读取及改变App.config里appSettings节的值的类,贴出来!


         
VS2005(C#)里读取及改变App.config里appSettings节的值using System;
VS2005(C#)里读取及改变App.config里appSettings节的值
using System.Collections.Generic;
VS2005(C#)里读取及改变App.config里appSettings节的值
using System.Text;
VS2005(C#)里读取及改变App.config里appSettings节的值
using System.Configuration;
VS2005(C#)里读取及改变App.config里appSettings节的值
using System.Collections;
VS2005(C#)里读取及改变App.config里appSettings节的值
VS2005(C#)里读取及改变App.config里appSettings节的值
namespace ServicesConfiguration
}

相关文章: