update OnClosing parameters

This commit is contained in:
Jumar Macato 2023-12-06 20:57:32 +08:00
parent 5df7ca949e
commit cf5fa5467e

View File

@ -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)