protected override void Create()
 {
     m_KRatio = new K_RatioMath(this);
 }
Exemple #2
0
 protected override void Create()
 {
     //kRatioPlot = AddPlot(new PlotAttributes("K-Ratio", EPlotShapes.Line, Color.ForestGreen, Color.Black, 2, EPlotStyle.Solid, true));
     m_KRatio = new K_RatioMath(this);
 }