コード例 #1
0
        public ScriptureContents()
        {
			Common.ProgBase = Common.GetPSApplicationPath();
            _realClass = new ExportThroughPathway();
            _realClass.DatabaseName = this.DatabaseName;
            ((ExportThroughPathway)_realClass).InputType = "Scripture";
        }
コード例 #2
0
 public ScriptureContents()
 {
     Common.ProgBase         = Common.GetPSApplicationPath();
     _realClass              = new ExportThroughPathway();
     _realClass.DatabaseName = this.DatabaseName;
     ((ExportThroughPathway)_realClass).InputType = "Scripture";
 }