Ejemplo n.º 1
0
 private async void DisconnectSelectedDevice()
 {
     await SelectedDevice?.DisconnectAsync();
 }