public MppsStructuredDocumentationComponent(IPerformedStepEditorContext context) { _context = context; }
public IPerformedStepEditorPage[] GetPages(IPerformedStepEditorContext context) { var component = new MppsStructuredDocumentationComponent(context); return(new IPerformedStepEditorPage[] { component }); }
public PerformedProcedureDicomSeriesComponent(IPerformedStepEditorContext context) { _context = context; _context.SelectedPerformedStepChanged += OnSelectedPerformedStepChanged; }
public IPerformedStepEditorPage[] GetPages(IPerformedStepEditorContext context) { var component = new MppsStructuredDocumentationComponent(context); return new IPerformedStepEditorPage[] {component}; }