Ejemplo n.º 1
0
        private void ShowPlacentalPathologyQuestionnaireTestOrderPage()
        {
            PlacentalPathologyQuestionnaireTestOrderPage placentalPathologyQuestionnaireTestOrderPage = new PlacentalPathologyQuestionnaireTestOrderPage(this.m_ClientOrderDetailClone);

            placentalPathologyQuestionnaireTestOrderPage.Return += new PlacentalPathologyQuestionnaireTestOrderPage.ReturnEventHandler(PlacentalPathologyQuestionnaireTestOrderPage_Return);
            ApplicationNavigator.ApplicationContentFrame.Navigate(placentalPathologyQuestionnaireTestOrderPage);
        }
Ejemplo n.º 2
0
 private void ShowPlacentalPathologyQuestionnaireTestOrderPage()
 {
     PlacentalPathologyQuestionnaireTestOrderPage placentalPathologyQuestionnaireTestOrderPage = new PlacentalPathologyQuestionnaireTestOrderPage(this.m_ClientOrderDetailClone);
     placentalPathologyQuestionnaireTestOrderPage.Return += new PlacentalPathologyQuestionnaireTestOrderPage.ReturnEventHandler(PlacentalPathologyQuestionnaireTestOrderPage_Return);
     ApplicationNavigator.ApplicationContentFrame.Navigate(placentalPathologyQuestionnaireTestOrderPage);
 }