рефакторинг. неудачные наименования классов, и остатки старых вариантов

This commit is contained in:
2023-10-08 01:06:55 +03:00
parent 49805f1293
commit eedddcd7d3
42 changed files with 295 additions and 1415 deletions

View File

@@ -1,5 +1,4 @@
package Visual_DVM_2021.UI.Interface;
import SapforTestingSystem.SapforTasksPackage.SapforTasksPackage;
public interface TestingWindow extends VisualizerForm {
void ShowAll();
void RestoreLastCredentials();
@@ -51,6 +50,4 @@ public interface TestingWindow extends VisualizerForm {
void ShowLastCompilationTask();
void ShowLastRunTask();
//-
void RemoveSapforPackageFromComparison(SapforTasksPackage package_2023);
}