Ejemplo n.º 1
0
 // Event handler for when call is complete
 void client_GetAlbumListCompleted(object sender, GetAlbumListCompletedEventArgs e)
 {
     // This is on the UI thread, gridPanel can be accessed directly
     gridPanel.DataContext = e.Result;
 }
Ejemplo n.º 2
0
 // Event handler for when call is complete
 void client_GetAlbumListCompleted(object sender, GetAlbumListCompletedEventArgs e)
 {
     // This is on the UI thread, gridPanel can be accessed directly
     gridPanel.DataContext = e.Result;
 }