Example #1
0
 public Office07Helper()
 {
     //文件路径
     this.NodeBase = StringExpand.GetAppSetting("FileSavePath");
 }
Example #2
0
 public Office07Helper()
 {
     this.NodeBase = StringExpand.GetAppSetting("");
 }
 public Office07Helper()
 {
     网站根目录所在物理路径(不包括结尾"\")
     this.NodeBase = StringExpand.GetAppSetting("Project");
 }