示例#1
0
        public static void retrieveCVK()
        {
            regions = RetrieveHtml.getHtmlHref();

            CVK cvk = new CVK(regions);

            JsonStorage ex = new JsonStorage();

            ex.upsert(cvk);

            Console.WriteLine("Update will in 3 minutes");
        }