读写Ini文件
摘要:
View Code using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;using System.Reflection;namespace F.Studio.Common.Cfg{ public class INIHelper { public string FilePath { get; private set; } [DllImport("kernel32")] ... 阅读全文
posted @ 2013-04-06 09:40 遗忘海岸 阅读(244) 评论(0) 推荐(0) 编辑