Hardware/TBalancer/TBalancer.cs
changeset 298 96263190189a
parent 275 35788ddd1825
child 344 3145aadca3d2
     1.1 --- a/Hardware/TBalancer/TBalancer.cs	Sat Jun 04 13:27:11 2011 +0000
     1.2 +++ b/Hardware/TBalancer/TBalancer.cs	Sun Jun 19 12:41:18 2011 +0000
     1.3 @@ -340,8 +340,9 @@
     1.4        alternativeRequest.BeginInvoke(null, null);
     1.5      }
     1.6  
     1.7 -    public void Close() {
     1.8 +    public override void Close() {
     1.9        FTD2XX.FT_Close(handle);
    1.10 +      base.Close();
    1.11      }
    1.12  
    1.13    }