示例#1
0
 public static VersionOBJ GetLastestVersion()
 {
     return(VersionMOD.GetLastestVersion());
 }
示例#2
0
 public static string ReadCurrentVersion(string sfilePath)
 {
     return(VersionMOD.ReadCurrentVersion(sfilePath));
 }
示例#3
0
 public static bool InsertNewVersion(VersionOBJ verObj)
 {
     return(VersionMOD.InsertNewVersion(verObj));
 }
示例#4
0
 public static bool WriteNewVersion(VersionOBJ verObj, string sfilePath)
 {
     return(VersionMOD.WriteNewVersion(verObj, sfilePath));
 }
示例#5
0
 public static List <VersionOBJ> GetAllVersions()
 {
     return(VersionMOD.GetAllVersions());
 }