예제 #1
0
 private void DisposeBackgroundThread()
 {
     if ((t != null))
     {
         t.Dispose();
     }
 }
예제 #2
0
 public override void Dispose()
 {
     foreach (Chart c in _targets)
     {
         c.Canvas.removeMouseListener(this);
         c.Canvas.removeMouseMotionListener(this);
         c.Canvas.removeMouseWheelListener(this);
     }
     if ((!((_threadController == null))))
     {
         _threadController.Dispose();
         // Instead of threadController.stop();
     }
     base.Dispose();
 }
예제 #3
0
 private void disposeBackgroundThread()
 {
     mCamera?.Dispose();
 }