login!
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
using OwnChar.App.Desktop.Api;
|
||||
using Pilz.Configuration;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OwnChar.App.Desktop
|
||||
namespace OwnChar.App.Desktop;
|
||||
|
||||
public sealed class AppApi : IOwnCharApi
|
||||
{
|
||||
public sealed class AppApi : IOwnCharApi
|
||||
{
|
||||
public static AppApi Instance { get; } = new();
|
||||
public IMainWindowApi? MainWindow { get; internal set; }
|
||||
public ISettings? Settings { get; internal set; }
|
||||
}
|
||||
public static AppApi Instance { get; } = new();
|
||||
public IMainWindowApi? MainWindow { get; internal set; }
|
||||
public ISettings Settings { get; internal set; } = null!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user