Example #1
0
 public SectionInfo(string sectionName, APGenSectionInformation info)
 {
     Name     = sectionName;
     TypeName = info.Type;
 }
Example #2
0
		public SectionInfo(string sectionName, APGenSectionInformation info)
		{
			Name = sectionName;
			TypeName = info.Type;
		}