示例#1
0
 public override void Close()
 {
     Primary.Close();
     if (AutoClose)
     {
         try { Secondary.Close(); }
         catch (Exception ex) { throw new TeeException(ex); }
     }
 }