промежуточный. перенос вкладок

This commit is contained in:
2024-03-13 19:19:32 +03:00
parent f52a062e86
commit 0238cc1b3e
20 changed files with 268 additions and 435 deletions

View File

@@ -6,7 +6,6 @@ public interface MainWindow {
void ShowNoProject();
ProjectWindow getProjectWindow();
CallbackWindow getCallbackWindow();
CredentialsWindow getCredentialsWindow();
TestsWindow getTestsWindow();
TestingWindow getTestingWindow();
//-
@@ -18,5 +17,4 @@ public interface MainWindow {
void SwitchTestingTabs(boolean flag);
//-
void ShowCheckedTestsCount();
void FocusCredentials();
}