protected virtual void OnShowStep(ShowStepEventArgs e) { ShowStepEventHandler handler = (ShowStepEventHandler)Events[BaseStep.showStep]; if (handler != null) { handler(this, e); } }
internal void FireShowEvent(ShowStepEventArgs e) { OnShowStep(e); }