public override void ImportALMTestsById(string importDestinationFolderPath) { if (WorkSpace.Instance.BetaFeatures.JiraTestingALM) { JIRA.JiraImportSetByIdPage win = new JIRA.JiraImportSetByIdPage(); win.ShowAsWindow(); } }
public override void ImportALMTestsById(string importDestinationFolderPath) { JIRA.JiraImportSetByIdPage win = new JIRA.JiraImportSetByIdPage(); win.ShowAsWindow(); }