mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-05-06 20:28:22 +00:00
Updating Labesl
This commit is contained in:
@@ -13,12 +13,12 @@ namespace ElectronNET.WebApp.Controllers
|
||||
{
|
||||
Electron.PowerMonitor.OnLockScreen += () =>
|
||||
{
|
||||
Console.WriteLine("Screeen Bloqueado desde C#");
|
||||
Console.WriteLine("Screen Locked detected from C #");
|
||||
};
|
||||
|
||||
Electron.PowerMonitor.OnUnLockScreen += () =>
|
||||
{
|
||||
Console.WriteLine("Desbloquedo desde C#");
|
||||
Console.WriteLine("Screen unlocked detected from C # ");
|
||||
};
|
||||
}
|
||||
return View();
|
||||
|
||||
Reference in New Issue
Block a user