示例#1
0
 internal void HideCurrentStep(int CurrentStepSequence, GuideFlow currentFlow)
 {
     CurrentStep.Hide(currentFlow);
     GuideBackgroundElement.ClearHighlightSection();
 }