Adding All PowerMonitor Methods, Fixing Comments

This commit is contained in:
Gustavo Lara
2020-05-18 16:14:03 -05:00
parent 8fe60bfcda
commit bbab114c54
5 changed files with 70 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ namespace ElectronNET.WebApp.Controllers
Electron.PowerMonitor.OnBattery += () =>
{
Console.WriteLine("The system about to reboot or shut down.");
Console.WriteLine("The system about to changes to battery power");
};
}