plugin shit

This commit is contained in:
2024-05-16 11:47:30 +02:00
parent d59d876457
commit af434bbb20
17 changed files with 526 additions and 52 deletions

View File

@@ -0,0 +1,22 @@
using Pilz.Plugins.Advanced.UI.Telerik;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace OwnChar.App.Desktop.UI.MainTabs
{
public partial class TabEditChar : PluginModuleUI
{
public TabEditChar()
{
ActionPanelVisible = false;
InitializeComponent();
}
}
}