Ejemplo n.º 1
0
 public override void Cancel()
 {
     if (_connection != null)
     {
         _connection.Cancel();
     }
 }