check point
This commit is contained in:
6
Hawkeye.VisionBuilder/UIEventHandler.cs
Normal file
6
Hawkeye.VisionBuilder/UIEventHandler.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Hawkeye.VisionBuilder;
|
||||
|
||||
public delegate void UIEventHandler<TControl, TArgs>(TControl? sender, TArgs e)
|
||||
where TControl : Control where TArgs : EventArgs;
|
||||
Reference in New Issue
Block a user