コード例 #1
0
 void m_client_GetRuntimeIDCompleted(object sender, GetRuntimeIDCompletedEventArgs e)
 {
     if (e.Error == null)
     {
         TextBlockRuntimeID.Text = e.Result;
     }
 }
コード例 #2
0
 void m_client_GetRuntimeIDCompleted(object sender, GetRuntimeIDCompletedEventArgs e)
 {
     if (e.Error == null)
         TextBlockRuntimeID.Text = e.Result;
 }