rework client and remove separated update installer (gui not finished yet)
This commit is contained in:
8
Pilz.Updating.Client/UpdateClientEventArgs.cs
Normal file
8
Pilz.Updating.Client/UpdateClientEventArgs.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Pilz.Updating.Client.Installer;
|
||||
|
||||
namespace Pilz.Updating.Client;
|
||||
|
||||
public class UpdateClientEventArgs(UpdateClient client) : EventArgs
|
||||
{
|
||||
public UpdateClient Client { get; init; } = client;
|
||||
}
|
||||
Reference in New Issue
Block a user