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