Exemple #1
0
        private void ShowBlockColorSelectionPage(YellowstonePathology.Business.Specimen.Model.SpecimenOrder specimenOrder)
        {
            BlockColorSelectionPage blockColorSelectionPage = new BlockColorSelectionPage(specimenOrder, this.m_AccessionOrder);

            blockColorSelectionPage.Next += new BlockColorSelectionPage.NextEventHandler(BlockColorSelectionPage_Next);
            this.m_HistologyGrossDialog.PageNavigator.Navigate(blockColorSelectionPage);
        }
 private void ShowBlockColorSelectionPage(YellowstonePathology.Business.Specimen.Model.SpecimenOrder specimenOrder)
 {
     BlockColorSelectionPage blockColorSelectionPage = new BlockColorSelectionPage(specimenOrder, this.m_AccessionOrder);
     blockColorSelectionPage.Next += new BlockColorSelectionPage.NextEventHandler(BlockColorSelectionPage_Next);
     this.m_HistologyGrossDialog.PageNavigator.Navigate(blockColorSelectionPage);
 }