Ejemplo n.º 1
0
 protected override void  OnNavigatedTo(NavigationEventArgs e)
 {
     m_client.GetIaonTreeDataAsync(((App)Application.Current).NodeValue);
     base.OnNavigatedTo(e);
 }