示例#1
0
 internal async Task <bool> PowerOff()
 {
     return(await SelectedDevice?.PowerOff());
 }