using NextMind.Examples.Steps; namespace NextMind.Examples.Calibration { /// /// This substep is simply showing a message which confirms the device is paired and connected. /// public class PairingSuccessStep : AbstractStep { } }