Пример #1
0
 public INISection(INIDocument document)
     : this()
 {
     this.Document = document;
 }
Пример #2
0
 public INISectionCollection(INIDocument document)
 {
     this.Document = document;
 }