Exemplo n.º 1
0
        private void ShowPlacentalPathologyQuestionnairePage()
        {
            PlacentalPathologyQuestionnairePage placentalPathologyQuestionnairePage = new PlacentalPathologyQuestionnairePage(this.m_ClientOrderDetailClone);

            placentalPathologyQuestionnairePage.Return += new PlacentalPathologyQuestionnairePage.ReturnEventHandler(PlacentalPathologyQuestionnairePage_Return);
            ApplicationNavigator.ApplicationContentFrame.Navigate(placentalPathologyQuestionnairePage);
        }
Exemplo n.º 2
0
 private void ShowPlacentalPathologyQuestionnairePage()
 {
     PlacentalPathologyQuestionnairePage placentalPathologyQuestionnairePage = new PlacentalPathologyQuestionnairePage(this.m_ClientOrderDetailClone);
     placentalPathologyQuestionnairePage.Return += new PlacentalPathologyQuestionnairePage.ReturnEventHandler(PlacentalPathologyQuestionnairePage_Return);
     ApplicationNavigator.ApplicationContentFrame.Navigate(placentalPathologyQuestionnairePage);
 }