public void Init()
 {
     ReadConfig.ReadAll();
     if (string.IsNullOrEmpty(_TemplatePath))
     {
         TemplatePath = TableGlobalDefine.ELEMENT_DEFAULT_TEMPLATE_PATH;
     }
 }
Beispiel #2
0
 public void Init()
 {
     ReadConfig.ReadAllFiles();
 }