update OnClosing parameters
This commit is contained in:
parent
5df7ca949e
commit
cf5fa5467e
@ -54,7 +54,7 @@ namespace BTCPayServer.Vault
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnClosing(CancelEventArgs e)
|
||||
protected override void OnClosing(WindowClosingEventArgs e)
|
||||
{
|
||||
base.OnClosing(e);
|
||||
if (Indicator != null)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user