亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? reference.cs

?? 在手機操作系統上Mobile上開發的一個查看天氣預報的程序。很好的一個實例。
?? CS
字號:
?//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.832
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

// 
// This source code was auto-generated by Microsoft.CompactFramework.Design.Data, Version 2.0.50727.832.
// 
namespace PPC_Weather.webService {
    using System.Diagnostics;
    using System.Web.Services;
    using System.ComponentModel;
    using System.Web.Services.Protocols;
    using System;
    using System.Xml.Serialization;
    using System.Data;
using System.Drawing;
    
    
    /// <remarks/>
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Web.Services.WebServiceBindingAttribute(Name="WeatherWebServiceSoap", Namespace="http://WebXml.com.cn/")]
    public partial class WeatherWebService : System.Web.Services.Protocols.SoapHttpClientProtocol {
        
        /// <remarks/>
        public WeatherWebService() {
            this.Url = "http://www.webxml.com.cn/WebServices/WeatherWebService.asmx";
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://WebXml.com.cn/getSupportCity", RequestNamespace="http://WebXml.com.cn/", ResponseNamespace="http://WebXml.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public string[] getSupportCity(string byProvinceName) {
            object[] results = this.Invoke("getSupportCity", new object[] {
                        byProvinceName});
            return ((string[])(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BegingetSupportCity(string byProvinceName, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("getSupportCity", new object[] {
                        byProvinceName}, callback, asyncState);
        }
        
        /// <remarks/>
        public string[] EndgetSupportCity(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((string[])(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://WebXml.com.cn/getSupportProvince", RequestNamespace="http://WebXml.com.cn/", ResponseNamespace="http://WebXml.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public string[] getSupportProvince() {
            object[] results = this.Invoke("getSupportProvince", new object[0]);
            return ((string[])(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BegingetSupportProvince(System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("getSupportProvince", new object[0], callback, asyncState);
        }
        
        /// <remarks/>
        public string[] EndgetSupportProvince(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((string[])(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://WebXml.com.cn/getSupportDataSet", RequestNamespace="http://WebXml.com.cn/", ResponseNamespace="http://WebXml.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public System.Data.DataSet getSupportDataSet() {
            object[] results = this.Invoke("getSupportDataSet", new object[0]);
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BegingetSupportDataSet(System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("getSupportDataSet", new object[0], callback, asyncState);
        }
        
        /// <remarks/>
        public System.Data.DataSet EndgetSupportDataSet(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://WebXml.com.cn/getWeatherbyCityName", RequestNamespace="http://WebXml.com.cn/", ResponseNamespace="http://WebXml.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public string[] getWeatherbyCityName(string theCityName) {
            object[] results = this.Invoke("getWeatherbyCityName", new object[] {
                        theCityName});
            return ((string[])(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BegingetWeatherbyCityName(string theCityName, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("getWeatherbyCityName", new object[] {
                        theCityName}, callback, asyncState);
        }
        
        /// <remarks/>
        public string[] EndgetWeatherbyCityName(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((string[])(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://WebXml.com.cn/getWeatherbyCityNamePro", RequestNamespace="http://WebXml.com.cn/", ResponseNamespace="http://WebXml.com.cn/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public string[] getWeatherbyCityNamePro(string theCityName, string theUserID) {
            object[] results = this.Invoke("getWeatherbyCityNamePro", new object[] {
                        theCityName,
                        theUserID});
            return ((string[])(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BegingetWeatherbyCityNamePro(string theCityName, string theUserID, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("getWeatherbyCityNamePro", new object[] {
                        theCityName,
                        theUserID}, callback, asyncState);
        }
        
        /// <remarks/>
        public string[] EndgetWeatherbyCityNamePro(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((string[])(results[0]));
        }


        /// <summary>
        /// 根據城市獲取天氣信息
        /// </summary>
        /// <param name="pCityName"></param>
        /// <returns></returns>
        public Weather getWeatherbyCity(string pCityName) {
            Weather weather = new Weather();
            string[] strs = this.getWeatherbyCityName(pCityName);
            if (strs.Length > 0) {
                weather.Province=strs[0];
                weather.City = strs[1];
                weather.PublishDate = strs[4];
                weather.Remark = strs[11];
                weather.Introduction=strs[22];

                weather.Date_today = SplitStr(strs[6], 0) ;
                weather.Temp_today = strs[5];
                weather.Weather_today = SplitStr(strs[6], 1);
                weather.Wind_today = strs[7];
                weather.Pic1_today = strs[8];
                weather.Pic2_today = strs[9];

                weather.Date_tomorrow = SplitStr(strs[13], 0);
                weather.Temp_tomorrow = strs[12];
                weather.Weather_tomorrow = SplitStr(strs[13], 1);
                weather.Wind_tomorrow = strs[14];
                weather.Pic1_tomorrow = "b_" + strs[15];
                weather.Pic2_tomorrow = "b_" + strs[16];

                weather.Date_dayofTMR = SplitStr(strs[18], 0);
                weather.Temp_dayofTMR = strs[17];
                weather.Weather_dayofTMR = SplitStr(strs[18], 1);
                weather.Wind_dayofTMR = strs[19];
                weather.Pic1_dayofTMR = "b_" + strs[20];
                weather.Pic2_dayofTMR = "b_" + strs[21];

            }
            return weather;
        }

        private string SplitStr(string str,int i) {
            return str.Split(' ')[i];
        }

        //獲取當前圖片
        private Image GetImage(string strFile)
        {
            if (strFile.Length == 0) return null;

            string strPath = App.GetAppPath() + "\\pic\\" + strFile;
            if (System.IO.File.Exists(strPath))
            {
                return new Bitmap(strPath);
            }
            else
            {
                return null;
            }
        }

    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91精品国产综合久久久久久久久久| 亚洲精品在线免费播放| 国产成人免费视频| 亚洲综合一区二区三区| 欧美亚洲国产一区二区三区va| 韩国欧美一区二区| 午夜精品一区二区三区电影天堂| 国产日本一区二区| 欧美一个色资源| 欧美视频一二三区| 国产一区 二区 三区一级| 天天影视网天天综合色在线播放| 亚洲精品一二三四区| 国产精品美日韩| 国产亚洲欧美色| 精品久久免费看| 精品欧美久久久| 欧美mv日韩mv亚洲| 久久综合999| 日韩精品一区二区三区视频播放| 欧美一区二区三区免费视频| 欧美一区二区三区免费大片| 欧美三区在线观看| 欧美日韩精品欧美日韩精品一| 色噜噜夜夜夜综合网| 在线免费观看日本欧美| 91福利精品视频| 男男成人高潮片免费网站| 亚洲aaa精品| 亚洲欧美日韩中文播放| 亚洲色图在线看| 国产三级欧美三级日产三级99 | 91.com视频| 日韩一区和二区| 2021久久国产精品不只是精品| 7777精品伊人久久久大香线蕉的 | 久久综合狠狠综合久久激情| 精品国产乱码久久久久久老虎| 久久一区二区三区四区| 欧美极品xxx| 亚洲人午夜精品天堂一二香蕉| 一区二区在线观看免费视频播放| 亚洲国产精品尤物yw在线观看| 日日夜夜精品视频天天综合网| 美女精品一区二区| 日韩国产一二三区| 国产一区二区三区四区五区美女 | 精品一区二区免费视频| 国产福利一区二区三区在线视频| 不卡视频免费播放| 91精品国产一区二区三区蜜臀| 国产精品成人网| 国产精一区二区三区| 欧美高清性hdvideosex| 亚洲欧美一区二区三区国产精品| 韩国三级电影一区二区| 欧美一区在线视频| 一区二区激情视频| 成人激情开心网| 久久综合色婷婷| 免费的成人av| 欧美一级欧美三级在线观看 | 欧美精选午夜久久久乱码6080| 国产精品乱人伦| 国产一区二区三区免费看| 91精品福利在线一区二区三区| 亚洲一区中文日韩| 色综合久久66| 麻豆freexxxx性91精品| 欧美视频三区在线播放| 一区二区三区精品在线观看| 91在线观看视频| 最近日韩中文字幕| 99re66热这里只有精品3直播| 国产女人aaa级久久久级| 国产真实乱偷精品视频免| 欧美一区日韩一区| 久久精品噜噜噜成人av农村| 日韩亚洲欧美成人一区| 三级一区在线视频先锋 | 免费人成在线不卡| 在线播放中文一区| 丝袜亚洲另类欧美| 91麻豆精品国产无毒不卡在线观看| 婷婷综合在线观看| 日韩欧美不卡一区| 国产一区二区三区综合| wwww国产精品欧美| 成人av在线播放网站| 亚洲色图丝袜美腿| 欧美日韩一区二区三区四区 | 久久久久国产精品厨房| 亚洲最新在线观看| 亚洲大片精品永久免费| 91视频免费观看| 亚洲免费观看高清完整版在线观看熊| 不卡的电影网站| 一区二区在线观看不卡| 欧美性videosxxxxx| 美腿丝袜亚洲综合| 国产亚洲成av人在线观看导航| av在线不卡网| 午夜日韩在线电影| 久久久久久一二三区| 波多野结衣中文字幕一区二区三区 | 精品国产91乱码一区二区三区 | 不卡一卡二卡三乱码免费网站| 欧美国产乱子伦| 粉嫩av一区二区三区粉嫩| 中文字幕一区av| 91精品国产综合久久久久久漫画 | 国产精品理论片在线观看| 一本色道久久加勒比精品| 亚洲成人一区在线| 久久精品免费在线观看| 欧美色网一区二区| 国产麻豆精品在线观看| 亚洲妇女屁股眼交7| 国产亚洲美州欧州综合国| 一本到三区不卡视频| 久久99精品久久久久久| 一区二区三区免费看视频| 久久综合九色综合97婷婷女人 | 91精品国产全国免费观看| 成人丝袜高跟foot| 奇米精品一区二区三区在线观看一| 国产精品久久久久久久久免费相片| 欧美精品免费视频| 99re成人精品视频| 国产99久久久国产精品免费看| 午夜欧美视频在线观看| 亚洲欧美日韩在线| 久久久久久久综合日本| 日韩亚洲欧美一区二区三区| 91麻豆精品秘密| 国产精品一二三在| 激情综合网最新| 日韩av高清在线观看| 亚洲午夜免费电影| 亚洲视频网在线直播| 久久精品无码一区二区三区| 欧美videos大乳护士334| 欧美久久婷婷综合色| 欧美性生活久久| 91丨porny丨在线| 成人福利视频网站| 成人妖精视频yjsp地址| 国产黄人亚洲片| 国产成人av资源| 欧美精品一区二区三区一线天视频 | 国产精品一区二区不卡| 日本欧美一区二区| 日本少妇一区二区| 三级成人在线视频| 日韩黄色小视频| 蜜臀av一区二区在线免费观看| 亚洲成人高清在线| 亚洲成av人片在线观看| 午夜久久久久久久久久一区二区| 亚洲自拍另类综合| 五月综合激情日本mⅴ| 五月婷婷综合在线| 成人国产亚洲欧美成人综合网| 国产经典欧美精品| 成人美女在线视频| 色婷婷久久久综合中文字幕 | 国产乱码一区二区三区| 国产精品自拍三区| av中文字幕一区| 在线观看网站黄不卡| 欧美日韩成人综合在线一区二区| 欧美三级日韩三级国产三级| 欧美福利视频一区| 精品成人一区二区| 国产欧美视频一区二区| 成人欧美一区二区三区1314| 亚洲精品国产精品乱码不99| 亚洲成人自拍偷拍| 精品一区二区三区久久久| 成人性色生活片| 91国内精品野花午夜精品| 欧美高清视频www夜色资源网| 精品日韩欧美在线| 最新久久zyz资源站| 香港成人在线视频| 国产成人精品免费网站| 欧美一a一片一级一片| 2017欧美狠狠色| 亚洲在线视频网站| 国产黄人亚洲片| 欧美精品18+| 国产精品毛片大码女人| 视频一区视频二区中文字幕| 国产成人无遮挡在线视频| 欧美在线999| 国产日韩视频一区二区三区| 午夜精品久久久久| 成人高清视频在线观看| 欧美一级日韩不卡播放免费| 亚洲欧洲精品天堂一级|