示例#1
0
文件: Hub.cs 项目: nice1378/x2clr
 /// <summary>
 /// Detaches the specified flow from this hub.
 /// </summary>
 public Hub Detach(Flow flow)
 {
     flow.DetachFrom(this);
     return this;
 }