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