public EncapsulationStage(SwitchDevice @switch, SwitchDevice crswitch, EnlaceDevice enlace, LongmenDevice longmen, params WrapDevice[] wraps) { _switch = @switch; _crswitch = crswitch; _longmen = longmen; _enlace = enlace; _warps = wraps; }
public EnlaceStage(SwitchDevice @switch, EnlaceDevice enlace) { _switch = @switch; _enlace = enlace; }