save on logout & logout on close

This commit is contained in:
2024-06-13 21:42:59 +02:00
parent dca4eda200
commit fc871a7aa7
3 changed files with 32 additions and 8 deletions

View File

@@ -11,4 +11,5 @@ public interface IMainWindowApi
void CloseTab(Control content);
bool IsTabOpen(Control content);
bool IsTabOpen<T>();
void Logout();
}