//Testing SparkleShare #region IDisposable Support public void Dispose() { if (_ticker != null) { _ticker.PriceChanged -= Price_Changed; _ticker.Dispose(); _ticker = null; } }
public void Dispose() { ticker.Dispose(); }