コード例 #1
0
ファイル: HotimageHub.cs プロジェクト: kyoeye/MT2
        public async void Gethotxml()
        {
            GetAPIstring getxml2 = new GetAPIstring();

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

            Gethotimg();
        }