Refactored empty EventArgs

This commit is contained in:
Darth Affe 2022-11-25 16:00:40 +01:00
parent cb66b08be0
commit e49983754f

View File

@ -141,7 +141,7 @@ public sealed class CaptureZone
IsUpdateRequested = false;
BlackBars.InvalidateCache();
Updated?.Invoke(this, new EventArgs());
Updated?.Invoke(this, EventArgs.Empty);
}
/// <summary>