ArcGISWindowsPhoneSDK.WebMapCharts.WebMapCharts C# (CSharp) Method

WebMapCharts() public method

public WebMapCharts ( ) : System.Collections.Generic
return System.Collections.Generic
        public WebMapCharts()
        {
            InitializeComponent();

            Document webMap = new Document();
            webMap.GetMapCompleted += webMap_GetMapCompleted;

            webMap.GetMapAsync("3fafddcb23ee41cf9c597054f0da6bd6");
        }