示例#1
0
        private void ShowCytologyIcd9EntryPage()
        {
            CytologyIcd9EntryPage cytologyIcd9EntryPage = new CytologyIcd9EntryPage(this.m_ClientOrderClone);

            cytologyIcd9EntryPage.Return += new CytologyIcd9EntryPage.ReturnEventHandler(CytologyIcd9EntryPage_Return);
            ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(cytologyIcd9EntryPage);
        }
 private void ShowCytologyIcd9EntryPage()
 {
     CytologyIcd9EntryPage cytologyIcd9EntryPage = new CytologyIcd9EntryPage(this.m_ClientOrderClone);
     cytologyIcd9EntryPage.Return += new CytologyIcd9EntryPage.ReturnEventHandler(CytologyIcd9EntryPage_Return);
     ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(cytologyIcd9EntryPage);
 }