2
51
168
454
79
class PowerStatusHelper { [DllImport(kernel32.dll)] protected static extern Boolean GetSystemPowerStatus(out SystemPowerStatus sps); protected enum ACPowerState : byte ...