コード例 #1
0
ファイル: ExportSection.cs プロジェクト: windygu/AW-master
 public ExportSection(eSectionType sectiontype, FormattedText formattedText)
 {
     _sectionType   = sectiontype;
     _formattedText = formattedText;
 }
コード例 #2
0
ファイル: ExportSection.cs プロジェクト: windygu/AW-master
 public ExportSection()
 {
     _sectionType   = eSectionType.header;
     _formattedText = new FormattedText();
 }