Example #1
0
        private void ShowPlacentalPathologyQuestionnaireIndicationsPage()
        {
            PlacentalPathologyQuestionnaireIndicationsPage placentalPathologyQuestionnaireIndicationsPage = new PlacentalPathologyQuestionnaireIndicationsPage(this.m_ClientOrderDetailClone);

            placentalPathologyQuestionnaireIndicationsPage.Return += new PlacentalPathologyQuestionnaireIndicationsPage.ReturnEventHandler(PlacentalPathologyQuestionnaireIndicationsPage_Return);
            ApplicationNavigator.ApplicationContentFrame.Navigate(placentalPathologyQuestionnaireIndicationsPage);
        }
 private void ShowPlacentalPathologyQuestionnaireIndicationsPage()
 {
     PlacentalPathologyQuestionnaireIndicationsPage placentalPathologyQuestionnaireIndicationsPage = new PlacentalPathologyQuestionnaireIndicationsPage(this.m_ClientOrderDetailClone);
     placentalPathologyQuestionnaireIndicationsPage.Return += new PlacentalPathologyQuestionnaireIndicationsPage.ReturnEventHandler(PlacentalPathologyQuestionnaireIndicationsPage_Return);
     ApplicationNavigator.ApplicationContentFrame.Navigate(placentalPathologyQuestionnaireIndicationsPage);
 }