mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 20:46:30 +00:00
remove warnings
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user