摘要: using System;using System.Runtime.InteropServices;using System.Text;namespace hrattendance.Common{ /// /// INIFile 的摘要说明。 /// public class INIFile { public string path; public INIFile(string INIPath) { path = INIPath; } #region 声明 ... 阅读全文
posted @ 2013-12-10 14:43 mushishi 阅读(446) 评论(0) 推荐(0)