文章分类 -  .net framework

摘要:namespace System.Base{/// <summary>/// 操作INI文件类/// </summary>///<![CDATA[作者:深蓝蝴蝶]]>public class iniFile{private string fileName;[System.Runtime.InteropServices.DllImport("kernel32")]private static extern int GetPrivateProfileInt(string lpAppName,// 指向包含 Section 名称的字符串地址st 阅读全文
posted @ 2011-10-21 08:47 小`曲 阅读(806) 评论(0) 推荐(0)