コード例 #1
0
 public MovingAverage()
 {
     InitializeComponent();
     dc  = new DataCollectionMA();
     tfr = new TextFileReader();
     cs  = new ChartStyle();
 }
コード例 #2
0
 public StaticStockCharts()
 {
     InitializeComponent();
     dc  = new DataCollection();
     tfr = new TextFileReader();
     cs  = new ChartStyle();
 }