some more structure

This commit is contained in:
2024-05-20 09:05:13 +02:00
parent 79137e7bc1
commit 7becf9b4ea
17 changed files with 269 additions and 35 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 TabGroupsView : PluginModuleUI
{
public TabGroupsView()
{
ActionPanelVisible = false;
InitializeComponent();
}
}
}