コード例 #1
0
ファイル: ConfigData.cs プロジェクト: kpocza/docx2tex
 public Infra(Infra system, Infra user, Infra document)
     : base(system, user, document)
 {
 }
コード例 #2
0
ファイル: ConfigData.cs プロジェクト: kpocza/docx2tex
 public void CleanProperties()
 {
     Infra     = new Infra();
     LaTeXTags = new LaTeXTags();
     StyleMap  = new StyleMap();
 }