From c8e51ef21bf7ab7f6fd0088d29e6d9b953561fde Mon Sep 17 00:00:00 2001 From: Gustavo Lara Molina Date: Tue, 12 May 2020 10:50:08 -0500 Subject: [PATCH] Updating Comments --- ElectronNET.API/PowerMonitor.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ElectronNET.API/PowerMonitor.cs b/ElectronNET.API/PowerMonitor.cs index 54a1604..4c3517b 100644 --- a/ElectronNET.API/PowerMonitor.cs +++ b/ElectronNET.API/PowerMonitor.cs @@ -10,7 +10,7 @@ using System.Threading.Tasks; namespace ElectronNET.API { /// - /// Add icons and context menus to the system's notification area. + /// Monitor power state changes.. /// public sealed class PowerMonitor { @@ -18,8 +18,7 @@ namespace ElectronNET.API /// - /// Windows: Emitted when the tray balloon is closed - /// because of timeout or user manually closes it. + /// Emitted when the system is about to lock the screen. /// public event Action OnLockScreen { @@ -48,8 +47,7 @@ namespace ElectronNET.API private event Action _lockScreen; /// - /// Windows: Emitted when the tray balloon is closed - /// because of timeout or user manually closes it. + /// Emitted when the system is about to unlock the screen. /// public event Action OnUnLockScreen {