separate plugin ui & make Pilz.Plugins.Advanced package platform independent
This commit is contained in:
@@ -4,8 +4,6 @@ using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Telerik.Pdf;
|
||||
using Telerik.WinControls;
|
||||
|
||||
namespace Pilz.Plugins.Advanced
|
||||
{
|
||||
@@ -167,7 +165,7 @@ namespace Pilz.Plugins.Advanced
|
||||
}
|
||||
}
|
||||
|
||||
public class ModuleController(PluginFeatureController controller) : FeatureController<PluginModule>(controller)
|
||||
public class ModuleController(PluginFeatureController controller) : FeatureController<PluginModuleBase>(controller)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user