add api culture
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using OwnChar.App.Desktop.UI.MainTabs;
|
||||
using Pilz.Plugins.Advanced;
|
||||
using Pilz.Plugins.Advanced.UI.Telerik;
|
||||
|
||||
namespace OwnChar.App.Desktop.Features.MainWindow.MainTabs
|
||||
{
|
||||
internal class TabMyUserFeature() : PluginModule(FeatureCodes.MainTab, "ownchar.myuser", "My user"), IPluginFeatureProvider<TabMyUserFeature>
|
||||
{
|
||||
public static TabMyUserFeature Instance { get; } = new();
|
||||
|
||||
protected override PluginModuleUI CreateNewUI()
|
||||
{
|
||||
return new TabEditChar();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user