ArcGISWindowsPhoneSDK.ArcGISWebClientSimple.ArcGISWebClientSimple C# (CSharp) Метод

ArcGISWebClientSimple() публичный Метод

public ArcGISWebClientSimple ( ) : System
Результат System
        public ArcGISWebClientSimple()
        {
            InitializeComponent();

            _webclient = new ArcGISWebClient();
            _webclient.OpenReadCompleted += webclient_OpenReadCompleted;
            _webclient.DownloadStringCompleted += webclient_DownloadStringCompleted;
        }