摘要:
public sealed class IniFile { private string path; /// /// 实例初始化为指定路径的INI文件。 /// /// INI文件路径。 public IniFile(string path) { this.path ... 阅读全文
posted @ 2007-07-10 17:33 且行且思 阅读(1330) 评论(0) 推荐(0)
|
|||
|
摘要:
public sealed class IniFile { private string path; /// /// 实例初始化为指定路径的INI文件。 /// /// INI文件路径。 public IniFile(string path) { this.path ... 阅读全文
posted @ 2007-07-10 17:33 且行且思 阅读(1330) 评论(0) 推荐(0) |
|||