version bump
This commit is contained in:
17
Pilz.Plugins.Advanced.UI/ControlManager.cs
Normal file
17
Pilz.Plugins.Advanced.UI/ControlManager.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace Pilz.Plugins.Advanced.UI;
|
||||
|
||||
public class ControlManager(PluginFeatureController controller, bool autoTrack)
|
||||
{
|
||||
public PluginFeatureController Controller => controller;
|
||||
public bool AutoTrack => autoTrack;
|
||||
|
||||
public void RegisterControl(Control control)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void Execute(object mode)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user