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