Esempio n. 1
0
 void m_client_GetRuntimeIDCompleted(object sender, GetRuntimeIDCompletedEventArgs e)
 {
     if (e.Error == null)
     {
         TextBlockRuntimeID.Text = e.Result;
     }
 }
Esempio n. 2
0
 void m_client_GetRuntimeIDCompleted(object sender, GetRuntimeIDCompletedEventArgs e)
 {
     if (e.Error == null)
         TextBlockRuntimeID.Text = e.Result;
 }