big big update

This commit is contained in:
2024-06-30 18:18:59 +02:00
parent b56fd8240e
commit 8a91e9e3a4
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
using OwnChar.App.Desktop.Api;
using OwnChar.Api;
using OwnChar.App.Desktop.Api;
using OwnChar.App.Desktop.Api.Parameters;
using OwnChar.App.Desktop.LangRes;
using OwnChar.App.Desktop.Settings;
@@ -20,7 +21,7 @@ public partial class MainWindow : RadTabbedForm, IMainWindowApi
private readonly MainWindowSettings settings = AppApi.Instance.Settings.Get<MainWindowSettings>();
Form IMainWindowApi.Window => this;
public OwnCharManager Manager { get; } = new();
public IOwnCharManager Manager { get; } = new OwnCharManager();
public MainWindow()
{