Отображение результатов задач.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package Visual_DVM_2021.Passes;
|
||||
import Common.Constants;
|
||||
import Common.Global;
|
||||
import Common.UI.UI;
|
||||
import TestingSystem.Common.TestingPackage.TestingPackage;
|
||||
import TestingSystem.Common.TestingServer;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.Vector;
|
||||
public class DeleteTestingPackages<P extends TestingPackage> extends DeleteServerObjects<TestingServer, P>{
|
||||
boolean delete_draft;
|
||||
@@ -57,4 +57,5 @@ public class DeleteTestingPackages<P extends TestingPackage> extends DeleteServe
|
||||
getDb().tables.get(d).Data.remove(Constants.Nan);
|
||||
getDb().tables.get(d).ShowUI();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user