コード例 #1
0
ファイル: ServerInfo.cs プロジェクト: qq358292363/showShop
 public static string VersionInformation()
 {
     FileHelper helper = new FileHelper();
     return helper.ReadFileContent(HttpContext.Current.Request.ServerVariables["APPL_PHYSICAL_PATH"] + "admin/vesion.ini").Trim();
 }
コード例 #2
0
ファイル: Table.cs プロジェクト: qq358292363/showShop
 public Table()
 {
     FileHelper helper = new FileHelper();
     this.table.AppendLine(helper.ReadFileContent(ServerInfo.GetServerPath() + @"admin\include\table.htm"));
     helper = null;
 }