Exemplo n.º 1
0
 /// <summary>
 /// 获取支持的洲、国内外省份和城市信息
 /// </summary>
 /// <returns>支持的洲、国内外省份和城市信息或NULL</returns>
 public static string[] GetSupportProvince()
 {
     try
     {
         cn.com.webxml.www.WeatherWebService weather = new cn.com.webxml.www.WeatherWebService();
         return(weather.getSupportProvince());
     }
     catch
     {
         return(null);
     }
 }