public MovingAverage() { InitializeComponent(); dc = new DataCollectionMA(); tfr = new TextFileReader(); cs = new ChartStyle(); }
public StaticStockCharts() { InitializeComponent(); dc = new DataCollection(); tfr = new TextFileReader(); cs = new ChartStyle(); }