Ejemplo n.º 1
0
 void component_QuotesUpdateEvent(MarketWatchComponent component, MarketWatchComponent.SymbolInformation information)
 {
     //WinFormsHelper.BeginFilteredManagedInvoke(this, DoUpdateUI);
 }
Ejemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 public MarketWatchControl(MarketWatchComponent component)
     : base(component)
 {
     InitializeComponent();
 }