Example #1
0
 public void RemoveHiberFile_Task1()
 {
     Console.WriteLine($"Hibernation file was{(PowerManagement.RemoveHiberFile() ? " succesfully" : "n't")} removed");
 }
Example #2
0
 public bool RemoveHiberFile()
 {
     return(PowerManagement.RemoveHiberFile());
 }