Esempio n. 1
0
        public string Get(string name)
        {
            string path = AppSettingUtility.PreDataPath + "ImageEnhance/" + name + ".txt";

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

            return(HttpGet.GetPreData(path));
        }