示例#1
0
        private void ShowPlacentalPathologyQuestionnaireTestOrderPage()
        {
            PlacentalPathologyQuestionnaireTestOrderPage placentalPathologyQuestionnaireTestOrderPage = new PlacentalPathologyQuestionnaireTestOrderPage(this.m_ClientOrderDetailClone);

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