ArcGISWindowsPhoneSDK.ArcGISWebClientSimple.ArcGISWebClientSimple C# (CSharp) 메소드

ArcGISWebClientSimple() 공개 메소드

public ArcGISWebClientSimple ( ) : System
리턴 System
        public ArcGISWebClientSimple()
        {
            InitializeComponent();

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