示例#1
0
文件: INI.cs 项目: fbstj/lib.cs
 internal Section(INI parent, string section)
 {
     Path = parent.Path; Name = section;
 }
示例#2
0
文件: INI.cs 项目: fbstj/lib.cs
			internal Section(INI parent, string section) { Path = parent.Path; Name = section; }