rework client and remove separated update installer (gui not finished yet)
This commit is contained in:
4
Pilz.Updating.Client/Delegates.cs
Normal file
4
Pilz.Updating.Client/Delegates.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Pilz.Updating.Client;
|
||||
|
||||
public delegate void UpdateClientEventHandler(object sender, UpdateClientEventArgs e);
|
||||
public delegate void UpdateClientStatusChangedEventHandler(object sender, UpdateStatusEventArgs e);
|
||||
Reference in New Issue
Block a user