use JsonFileDataProvider for now
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using OwnChar.App.Desktop.Api;
|
||||
using OwnChar.App.Desktop.Api.Parameters;
|
||||
using OwnChar.Data;
|
||||
using OwnChar.Manager;
|
||||
using Pilz.Plugins.Advanced;
|
||||
using Pilz.Plugins.Advanced.UI.Telerik;
|
||||
@@ -12,7 +13,7 @@ namespace OwnChar.App.Desktop.UI.Windows
|
||||
{
|
||||
public partial class MainWindow : RadTabbedForm
|
||||
{
|
||||
private readonly OwnCharManager? manager = new();
|
||||
private readonly OwnCharManager? manager = new(new JsonFileDataProvider());
|
||||
|
||||
public MainWindowApi Api { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user