start a big rework
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
namespace Pilz.Updating.UpdateInstaller.Lib;
|
||||
|
||||
public class UpdateInstallerEventArgs : EventArgs
|
||||
public class UpdateInstallerEventArgs(UpdateInstaller updateInstaller) : EventArgs
|
||||
{
|
||||
public UpdateInstaller UpdateInstaller { get; init; }
|
||||
|
||||
public UpdateInstallerEventArgs(UpdateInstaller updateInstaller)
|
||||
{
|
||||
UpdateInstaller = updateInstaller;
|
||||
}
|
||||
public UpdateInstaller UpdateInstaller { get; init; } = updateInstaller;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user