예제 #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;
 }