using NextMind.Examples.Steps; namespace NextMind.Examples.Discovery { /// /// Implementation of an managed by the . /// During this step, we just display a welcome message. /// public class IntroductionStep : AbstractStep { } }