2023-12-16 10:38:35 +03:00
|
|
|
package TestingSystem.SAPFOR.SapforConfiguration;
|
2023-09-17 22:13:42 +03:00
|
|
|
import Common.UI.Menus_2023.DataMenuBar;
|
2023-11-19 02:12:44 +03:00
|
|
|
import Visual_DVM_2021.Passes.PassCode_2021;
|
2023-09-17 22:13:42 +03:00
|
|
|
public class SapforConfigurationsMenuBar extends DataMenuBar {
|
|
|
|
|
public SapforConfigurationsMenuBar() {
|
2023-12-16 04:06:14 +03:00
|
|
|
super("конфигурации",
|
2023-09-17 22:13:42 +03:00
|
|
|
PassCode_2021.PublishSapforConfiguration,
|
2024-09-18 22:58:38 +03:00
|
|
|
|
2023-09-17 22:13:42 +03:00
|
|
|
PassCode_2021.EditSapforConfiguration,
|
2024-09-18 22:58:38 +03:00
|
|
|
PassCode_2021.ShowCurrentSAPFORConfigurationTests,
|
|
|
|
|
PassCode_2021.SaveCurrentSAPFORConfiguration,
|
2023-09-17 22:13:42 +03:00
|
|
|
PassCode_2021.DeleteSapforConfiguration
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|