Example #1
0
 public virtual void Close()
 {
     if (!errors.IsClosed())
     {
         errors.ClearConnections();
     }
     if (!status.IsClosed())
     {
         status.ClearConnections();
     }
     if (!frame.IsClosed())
     {
         frame.ClearConnections();
     }
 }