Exemplo n.º 1
0
        public async void Gethotxml()
        {
            GetAPIstring getxml2 = new GetAPIstring();

            xmltext = await getxml2.GetWebString(@"https://yande.re/post/popular_recent.xml");

            Gethotimg();
        }