Exemple #1
0
 private async void refreshFormFromDB(string prDeviceType)
 {
     SetDetails(await ServiceClient.GetDeviceTypeAsync(prDeviceType));
 }