Skip to content

Commit 13fcedc

Browse files
Updating Labesl
1 parent c12c26b commit 13fcedc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ElectronNET.WebApp/Controllers/HomeController.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ public IActionResult Index()
1313
{
1414
Electron.PowerMonitor.OnLockScreen += () =>
1515
{
16-
Console.WriteLine("Screeen Bloqueado desde C#");
16+
Console.WriteLine("Screen Locked detected from C #");
1717
};
1818

1919
Electron.PowerMonitor.OnUnLockScreen += () =>
2020
{
21-
Console.WriteLine("Desbloquedo desde C#");
21+
Console.WriteLine("Screen unlocked detected from C # ");
2222
};
2323
}
2424
return View();

0 commit comments

Comments
 (0)