Skip to content

Commit c8e51ef

Browse files
Updating Comments
1 parent 96a5189 commit c8e51ef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ElectronNET.API/PowerMonitor.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
1010
namespace ElectronNET.API
1111
{
1212
/// <summary>
13-
/// Add icons and context menus to the system's notification area.
13+
/// Monitor power state changes..
1414
/// </summary>
1515
public sealed class PowerMonitor
1616
{
1717

1818

1919

2020
/// <summary>
21-
/// Windows: Emitted when the tray balloon is closed
22-
/// because of timeout or user manually closes it.
21+
/// Emitted when the system is about to lock the screen.
2322
/// </summary>
2423
public event Action OnLockScreen
2524
{
@@ -48,8 +47,7 @@ public event Action OnLockScreen
4847
private event Action _lockScreen;
4948

5049
/// <summary>
51-
/// Windows: Emitted when the tray balloon is closed
52-
/// because of timeout or user manually closes it.
50+
/// Emitted when the system is about to unlock the screen.
5351
/// </summary>
5452
public event Action OnUnLockScreen
5553
{

0 commit comments

Comments
 (0)