using NextMind.Examples.Steps; namespace NextMind.Examples.Calibration { /// /// Implementation of an managed by the . /// During this step, instructions about the calibration are shown to the user. /// Nothing to override from , the default behaviour is enough. /// public class InstructionStep : AbstractStep { } }