add api culture
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using OwnChar.App.Desktop.Api;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -6,8 +7,8 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace OwnChar.App.Desktop
|
||||
{
|
||||
public sealed class AppApi
|
||||
public sealed class AppApi : IOwnCharApi
|
||||
{
|
||||
public AppApi Instance = new();
|
||||
public IMainWindowApi? MainWindow { get; internal set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user