public NavigateToUrlCommandUC(ICommand command, Test test, EditTest parentForm, EditCommand mainCommandForm, IProjectManager projectManager) { InitializeComponent(); this.command = command as NavigateToUrlCommand; this.test = test; this.parentForm = parentForm; this.mainCommandForm = mainCommandForm; this.projectManager = projectManager; }
public TakeScreenshotCommandUC(ICommand command, Test test, EditTest parentForm, EditCommand mainCommandForm, IProjectManager projectManager) { InitializeComponent(); this.command = command as TakeScreenshotCommand; this.test = test; this.parentForm = parentForm; this.mainCommandForm = mainCommandForm; this.projectManager = projectManager; }