예제 #1
0
        private void ShowPlacentaDescriptionPage()
        {
            PlacentaDescriptionPage placentaDescriptionPage = new PlacentaDescriptionPage(this.m_ClientOrderDetailClone);

            placentaDescriptionPage.Return += new PlacentaDescriptionPage.ReturnEventHandler(PlacentaDescriptionPage_Return);
            ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(placentaDescriptionPage);
        }
예제 #2
0
 private void ShowPlacentaDescriptionPage()
 {
     PlacentaDescriptionPage placentaDescriptionPage = new PlacentaDescriptionPage(this.m_ClientOrderDetailClone);
     placentaDescriptionPage.Return += new PlacentaDescriptionPage.ReturnEventHandler(PlacentaDescriptionPage_Return);
     ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(placentaDescriptionPage);
 }