namespace Easychart.Finance.DataClient { using System; using System.Runtime.CompilerServices; public delegate void OnSymbolList(object sender, string[] Symbols); }