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