示例#1
0
 private async void DisconnectSelectedDevice()
 {
     await SelectedDevice?.DisconnectAsync();
 }