示例#1
0
 public void Remove(FlowWindowBase window)
 {
     window.Release();
     this.m_List.Remove(window);
 }