using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Configuration; using System.Text.RegularExpressions; namespace PrintLableCode { /// <summary> /// 配置文件读写类 /// </summary> public static class Con…
转自:http://blog.csdn.net/taoyinzhou/article/details/1906996 app.config 修改后,如果使用cofnigurationManager立即读取,不能获取修改后的值,只能获取缓存中的原值.使用下面直接操场xml文件的方式可以动态读写配置文件. using System; using System.Collections.Generic; using System.Text; using System.IO; using System.X…