namespace QFSW.QC.Actions { /// /// Waits until the next frame. /// public class WaitFrame : WaitRealtime { public WaitFrame() : base(0) { } } }