Beispiel #1
0
 internal bool WakeSelectedDevice()
 {
     return(SelectedDevice?.Wake() ?? false);
 }