remove data manager

This commit is contained in:
2024-06-10 21:58:27 +02:00
parent 8a819a812e
commit 07cacbfbda
2 changed files with 0 additions and 14 deletions

View File

@@ -18,7 +18,6 @@ namespace OwnChar.App.Desktop.UI.Windows
public partial class MainWindow : RadTabbedForm
{
private readonly OwnCharManager manager = new();
private readonly IDataManager dataManager = new DefaultDataManager(new JsonFileDataProvider("test.json"));
public MainWindowApi Api { get; }