2023-09-17 22:13:42 +03:00
|
|
|
package Visual_DVM_2021.Passes.All;
|
2023-11-17 00:04:21 +03:00
|
|
|
import TestingSystem.DVM.Configuration.Configuration;
|
2023-09-17 22:13:42 +03:00
|
|
|
import Visual_DVM_2021.Passes.DeleteSelectedServerObjects;
|
|
|
|
|
public class DeleteSelectedConfigurations extends DeleteSelectedServerObjects {
|
|
|
|
|
public DeleteSelectedConfigurations() {
|
|
|
|
|
super(Configuration.class);
|
|
|
|
|
}
|
|
|
|
|
}
|