コード例 #1
0
ファイル: Hub.cs プロジェクト: nice1378/x2clr
 /// <summary>
 /// Attaches the specified flow to this hub.
 /// </summary>
 public Hub Attach(Flow flow)
 {
     flow.AttachTo(this);
     return this;
 }