Exemple #1
0
 public bool Sleep(string name)
 {
     return(service.SleepByName(name));
 }