protected override void Create(){
     m_c_mornstar_evestar1 = new Function.C_MornStar_EveStar(this);
     m_omorningstar = new VariableObject<int>(this);
     m_oeveningstar = new VariableObject<int>(this);
     Plot1 =
         AddPlot(new PlotAttributes("MornStar", EPlotShapes.Point,
                                    Color.Cyan, Color.Empty, 4, 0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("EveStar", EPlotShapes.Point,
                                    Color.Blue, Color.Empty, 4, 0,
                                    true));
 }
 protected override void Create()
 {
     m_c_mornstar_evestar1 = new Function.C_MornStar_EveStar(this);
     m_omorningstar        = new VariableObject <int>(this);
     m_oeveningstar        = new VariableObject <int>(this);
     Plot1 =
         AddPlot(new PlotAttributes("MornStar", EPlotShapes.Point,
                                    Color.Cyan, Color.Empty, 4, 0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("EveStar", EPlotShapes.Point,
                                    Color.Blue, Color.Empty, 4, 0,
                                    true));
 }