public string Get(string name) { string path = AppSettingUtility.PreDataPath + "ImageEnhance/" + name + ".txt"; return(HttpGet.GetPreData(path)); }
public string Get(string name) { string path = AppSettingUtility.PreDataPath + "CarDetection/" + name + ".txt"; return(HttpGet.GetPreData(path)); }