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