7 lines
158 B
C#
7 lines
158 B
C#
namespace Pilz.Updating.Client;
|
|
|
|
public class UpdateClientEventArgs(UpdateClient client) : EventArgs
|
|
{
|
|
public UpdateClient Client { get; } = client;
|
|
}
|