Example #1
0
 public HealthcareContext(MppsStructuredDocumentationComponent owner)
 {
     _owner = owner;
 }
			public HealthcareContext(MppsStructuredDocumentationComponent owner)
			{
				_owner = owner;
			}
Example #3
0
        public IPerformedStepEditorPage[] GetPages(IPerformedStepEditorContext context)
        {
            var component = new MppsStructuredDocumentationComponent(context);

            return(new IPerformedStepEditorPage[] { component });
        }
		public IPerformedStepEditorPage[] GetPages(IPerformedStepEditorContext context)
		{
			var component = new MppsStructuredDocumentationComponent(context);
			return new IPerformedStepEditorPage[] {component};
		}