private void StartPlacentaSpecimenPath()
 {
     YellowstonePathology.Business.ClientOrder.Model.SurgicalClientOrder surgicalClientOrder = (YellowstonePathology.Business.ClientOrder.Model.SurgicalClientOrder)this.m_ClientOrder;
     PlacentaSpecimenPath placentaSpecimenPath = new PlacentaSpecimenPath(surgicalClientOrder, (YellowstonePathology.Business.ClientOrder.Model.PlacentaClientOrderDetail)this.m_ClientOrderDetail, this.m_ClientOrderDetailWizardMode, this.m_ObjectTracker);
     placentaSpecimenPath.Return += new PlacentaSpecimenPath.ReturnEventHandler(Page_Return);
     placentaSpecimenPath.Start();
 }
Пример #2
0
        private void StartPlacentaSpecimenPath()
        {
            YellowstonePathology.Business.ClientOrder.Model.SurgicalClientOrder surgicalClientOrder = (YellowstonePathology.Business.ClientOrder.Model.SurgicalClientOrder) this.m_ClientOrder;
            PlacentaSpecimenPath placentaSpecimenPath = new PlacentaSpecimenPath(surgicalClientOrder, (YellowstonePathology.Business.ClientOrder.Model.PlacentaClientOrderDetail) this.m_ClientOrderDetail, this.m_ClientOrderDetailWizardMode, this.m_ObjectTracker);

            placentaSpecimenPath.Return += new PlacentaSpecimenPath.ReturnEventHandler(Page_Return);
            placentaSpecimenPath.Start();
        }