Ejemplo n.º 1
0
        // Executes when the user navigates to this page.
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            App app = (App)Application.Current;

            m_client.GetMapDataAsync(MapType.Active, app.NodeValue);
        }