예제 #1
0
 public void Suspend()
 {
     PowerInformation.Suspend();
 }
예제 #2
0
 public void ShowSystemBatteryState()
 {
     PowerInformation.ShowSystemBatteryState();
 }
예제 #3
0
 public void Hibernate()
 {
     PowerInformation.Hibernate();
 }
예제 #4
0
 public void RemoveHiberFile()
 {
     PowerInformation.RemoveHiberFile();
 }
예제 #5
0
 public void ShowLastWakeTime()
 {
     PowerInformation.ShowLastWakeTime();
 }
예제 #6
0
 public void ShowLastSleepTime()
 {
     PowerInformation.ShowLastSleepTime();
 }
예제 #7
0
 public void ShowSystemPowerInformation()
 {
     PowerInformation.ShowSystemPowerInformation();
 }