摘要: internal class TxtManager { private static string appPath = System.IO.Path.GetDirectoryName( System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase.ToString()); private static string dbSetTxtA = appPath + @"\DB_Set_A.ini"; //设置的文本文件 private static string dbSetTxtB = appPath + @"\DB_Set 阅读全文
posted @ 2010-12-16 21:51 男儿当志强 阅读(787) 评论(0) 推荐(0)