ArcGISWindowsPhoneSDK.ArcGISWebClientSimple.ArcGISWebClientSimple C# (CSharp) Méthode

ArcGISWebClientSimple() public méthode

public ArcGISWebClientSimple ( ) : System
Résultat System
        public ArcGISWebClientSimple()
        {
            InitializeComponent();

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