Пример #1
0
        public override void SetStatus(PanelSetOrderCollection panelSetOrderCollection)
        {
            this.m_ReflexTestingPlanStepCollection.Clear();

            InvasiveBreastPanelStep1 step1 = new InvasiveBreastPanelStep1();
            step1.Walk(panelSetOrderCollection, this);

            InvasiveBreastPanelStep2 step2 = new InvasiveBreastPanelStep2();
            step2.Walk(panelSetOrderCollection, this);

            InvasiveBreastPanelStep3 step3 = new InvasiveBreastPanelStep3();
            step3.Walk(panelSetOrderCollection, this);
        }
Пример #2
0
        public override void SetStatus(PanelSetOrderCollection panelSetOrderCollection)
        {
            this.m_ReflexTestingPlanStepCollection.Clear();

            InvasiveBreastPanelStep1 step1 = new InvasiveBreastPanelStep1();

            step1.Walk(panelSetOrderCollection, this);

            InvasiveBreastPanelStep2 step2 = new InvasiveBreastPanelStep2();

            step2.Walk(panelSetOrderCollection, this);

            InvasiveBreastPanelStep3 step3 = new InvasiveBreastPanelStep3();

            step3.Walk(panelSetOrderCollection, this);
        }