finally more structure
This commit is contained in:
18
OwnChar.App.Desktop/UI/MainTabs/TabSettingsView.cs
Normal file
18
OwnChar.App.Desktop/UI/MainTabs/TabSettingsView.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Pilz.UI.Telerik.Dialogs;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace OwnChar.App.Desktop.UI.MainTabs
|
||||
{
|
||||
public partial class TabSettingsView : UserControl, ILoadContent
|
||||
{
|
||||
public TabSettingsView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public void LoadContent()
|
||||
{
|
||||
// ...
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user