Exemple #1
0
 public override void  Abort()
 {
     try
     {
         one.Abort();
     }
     finally
     {
         two.Abort();
     }
 }