private bool QueryIgnoreDefectiveProfiles(ActionResultDict actionResultDict) { return(DefectiveProfilesWindow.ShowDialogTopMost(actionResultDict)); }
public static bool ShowDialogTopMost(ActionResultDict actionResultDict) { var window = new DefectiveProfilesWindow(actionResultDict); return(TopMostHelper.ShowDialogTopMost(window, true) == true); }