SPF_InsertPrivateFromGUI

v++
This commit is contained in:
2023-12-23 21:31:56 +03:00
parent 7684966849
commit 2ad0c85331
8 changed files with 30 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
package Visual_DVM_2021.Passes.All;
import Common.Global;
import Common.UI.UI;
import Common.Utils.Utils;
import TestingSystem.SAPFOR.SapforPackage.SapforPackage;
import Visual_DVM_2021.Passes.DeleteTestingPackages;
@@ -9,6 +10,10 @@ public class DeleteSapforPackage extends DeleteTestingPackages<SapforPackage> {
public DeleteSapforPackage() {
super(SapforPackage.class);
}
protected void showPreparation() throws Exception {
super.showPreparation();
UI.getMainWindow().getTestingWindow().DropSapforComparison();
}
@Override
protected File getPackagesHome() {
return Global.SapforPackagesDirectory;