finally more structure
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using OwnChar.App.Desktop.Api;
|
||||
using Pilz.Configuration;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -9,6 +10,8 @@ namespace OwnChar.App.Desktop
|
||||
{
|
||||
public sealed class AppApi : IOwnCharApi
|
||||
{
|
||||
public static AppApi Instance { get; } = new();
|
||||
public IMainWindowApi? MainWindow { get; internal set; }
|
||||
public ISettings? Settings { get; internal set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user