some more structure
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using OwnChar.App.Desktop.Features.MainWindow.MainTabs;
|
||||
using Pilz.Plugins.Advanced;
|
||||
using Pilz.Plugins.Advanced.UI.Telerik;
|
||||
using System;
|
||||
|
||||
namespace OwnChar.App.Desktop.Features.MainWindow.QuickAction
|
||||
{
|
||||
@@ -10,7 +11,7 @@ namespace OwnChar.App.Desktop.Features.MainWindow.QuickAction
|
||||
|
||||
protected override PluginModuleUI CreateNewUI()
|
||||
{
|
||||
return null;
|
||||
throw new NotImplementedException();
|
||||
//return new TabSettings();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user