예제 #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; }