gui: add event to handle EndUpdating
This commit is contained in:
6
Pilz.Updating.Client.Gui/UpdateEndedEventArgs.cs
Normal file
6
Pilz.Updating.Client.Gui/UpdateEndedEventArgs.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Pilz.Updating.Client.Gui;
|
||||
|
||||
public class UpdateEndedEventArgs(bool success) : EventArgs
|
||||
{
|
||||
public bool Success { get; } = success;
|
||||
}
|
||||
Reference in New Issue
Block a user