예제 #1
0
        private void ShowFNASpecimenPassPage()
        {
            FNASpecimenPassPage fNASpecimenPassPage = new FNASpecimenPassPage(this.m_ClientOrder, this.m_ClientOrderFNAPropertyCollection[this.m_ClientOrderFNAPropertyCollection.Count - 1], this.m_ClientOrderFNAPropertyCollection);

            fNASpecimenPassPage.Return += new FNASpecimenPassPage.ReturnEventHandler(FNASpecimenPassPage_Return);
            ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(fNASpecimenPassPage);
        }
예제 #2
0
 private void ShowFNASpecimenPassPage()
 {
     FNASpecimenPassPage fNASpecimenPassPage = new FNASpecimenPassPage(this.m_ClientOrder, this.m_ClientOrderFNAPropertyCollection[this.m_ClientOrderFNAPropertyCollection.Count - 1], this.m_ClientOrderFNAPropertyCollection);
     fNASpecimenPassPage.Return += new FNASpecimenPassPage.ReturnEventHandler(FNASpecimenPassPage_Return);
     ApplicationNavigator.ApplicationContentFrame.NavigationService.Navigate(fNASpecimenPassPage);
 }