示例#1
0
 public async Task <string> Pair()
 {
     return(await _bluetoothService.Pair(_device));
 }