Ejemplo n.º 1
0
 /// <summary>
 /// Attaches the specified flow to this hub.
 /// </summary>
 public Hub Attach(Flow flow)
 {
     flow.AttachTo(this);
     return this;
 }