This commit is contained in:
2024-06-10 21:13:59 +02:00
parent 46ecd56640
commit 7f95130834
15 changed files with 330 additions and 96 deletions

View File

@@ -5,6 +5,7 @@ namespace OwnChar.App.Desktop.Api
{
public interface IMainWindowApi
{
Form Window { get; }
OwnCharManager? Manager { get; }
void OpenTab(Control content, string title);
void CloseTab(Control content);