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

            return(new IPerformedStepEditorPage[] { component });
        }
コード例 #4
0
		public IPerformedStepEditorPage[] GetPages(IPerformedStepEditorContext context)
		{
			var component = new MppsStructuredDocumentationComponent(context);
			return new IPerformedStepEditorPage[] {component};
		}