From e49983754fac665eb329f17203550fd149716c4d Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Fri, 25 Nov 2022 16:00:40 +0100 Subject: [PATCH] Refactored empty EventArgs --- ScreenCapture.NET/Model/CaptureZone.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScreenCapture.NET/Model/CaptureZone.cs b/ScreenCapture.NET/Model/CaptureZone.cs index 100263d..bec983b 100644 --- a/ScreenCapture.NET/Model/CaptureZone.cs +++ b/ScreenCapture.NET/Model/CaptureZone.cs @@ -141,7 +141,7 @@ public sealed class CaptureZone IsUpdateRequested = false; BlackBars.InvalidateCache(); - Updated?.Invoke(this, new EventArgs()); + Updated?.Invoke(this, EventArgs.Empty); } ///