change UI to UI.WinForms
This commit is contained in:
6
Pilz.Plugins.Advanced.UI.WinForms/ControlParameters.cs
Normal file
6
Pilz.Plugins.Advanced.UI.WinForms/ControlParameters.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Pilz.Plugins.Advanced.UI.WinForms;
|
||||
|
||||
public class ControlParameters(Control? control) : PluginFunctionParameter
|
||||
{
|
||||
public Control? Control { get; } = control;
|
||||
}
|
||||
Reference in New Issue
Block a user