ArcGISWindowsPhoneSDK.ArcGISWebClientSimple.ArcGISWebClientSimple C# (CSharp) Method

ArcGISWebClientSimple() public method

public ArcGISWebClientSimple ( ) : System
return System
        public ArcGISWebClientSimple()
        {
            InitializeComponent();

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