Ejemplo n.º 1
0
 void UpdateIdentityText(IAsyncResult ar)
 {
     // Show the identity
     _identityTextBlock.Text = client.EndGetIdentity(ar);;
 }