add control manager for plugins
This commit is contained in:
10
Pilz.Plugins.Advanced.UI/ControlExecuteReason.cs
Normal file
10
Pilz.Plugins.Advanced.UI/ControlExecuteReason.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Pilz.Plugins.Advanced.UI;
|
||||
|
||||
public enum ControlExecuteReason
|
||||
{
|
||||
None,
|
||||
Init,
|
||||
Dispose,
|
||||
Add,
|
||||
Remove,
|
||||
}
|
||||
Reference in New Issue
Block a user