Пример #1
0
 public Row(TableSection.SectionTypes sectionType) : base()
 {
     SectionType = sectionType;
 }
Пример #2
0
 public Column(TableSection.SectionTypes sectionType) : base()
 {
     SectionType = sectionType;
 }