whatever?
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Pilz.Plugins.Advanced.UI.Telerik
|
||||
if (CreateNewUI() is PluginModuleUI ui)
|
||||
{
|
||||
ui.BackColor = Color.Transparent;
|
||||
DialogBaseForm.Show(ui, Name!, SvgImage!.ToImage().ToIcon()!);
|
||||
DialogBase.Show(ui, Name!, SvgImage!.ToImage().ToIcon()!);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ using System.Windows.Forms;
|
||||
|
||||
namespace Pilz.Plugins.Advanced.UI.Telerik
|
||||
{
|
||||
public class PluginModuleUI : FlyoutDialogBase, ILoadContent
|
||||
public class PluginModuleUI : FlyoutBase, ILoadContent
|
||||
{
|
||||
public PluginModuleUI()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user