public StageLoop() : base("Loop Start1", Stage.StageType.LoopStart) { LoopEnd = new StageLoopEnd(GroupId); }
public StageLoopEnd(BpToolsLib.StageLoopEnd stage, string subsheetId) : base(stage, subsheetId) { this.stage = stage; }