remove warnings

This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-05-18 18:05:01 +03:00
parent dd0ece36f2
commit 0290d1699c
5 changed files with 30 additions and 25 deletions
@@ -7,7 +7,7 @@ namespace Azaion.Annotator.Controls
{
public delegate void ValueChange(double oldValue, double newValue);
public event ValueChange? ValueChanged;
public new event ValueChange? ValueChanged;
public UpdatableProgressBar() : base()
{