示例#1
0
 public Usfx2SILE(global global)
 {
     globe        = global;
     langCodes    = new LanguageCodeInfo();
     footnoteMark = new FootNoteCaller(SFConverter.jobIni.ReadString("customFootnoteCaller", "* † ‡"));
     xrefMark     = new FootNoteCaller(SFConverter.jobIni.ReadString("customXrefCaller", "#"));
 }
示例#2
0
 {   // Simple HTML optimized for reading Bibles on mobile platforms, but also usable on larger screens
     /// <summary>
     /// Constructor, setting default value(s)
     /// </summary>
     public usfx2MobileHtml()
     {
         langCodes     = new LanguageCodeInfo();
         homeLinkFixed = false;
     }
示例#3
0
文件: global.cs 项目: mwatts/haiola
 public global()
 {
     languageCodes = new LanguageCodeInfo();
 }
示例#4
0
文件: readssf.cs 项目: mwatts/haiola
 public readssf()
 {
     LangCodes = new LanguageCodeInfo();
 }