protected override void Create(){
     m_c_3whsolds_3blkcrows1 = new Function.C_3WhSolds_3BlkCrows(this);
     m_o3whitesoldiers = new VariableObject<int>(this);
     m_o3blackcrows = new VariableObject<Int32>(this);
     Plot1 =
         AddPlot(new PlotAttributes("3WhSolds", EPlotShapes.Point,
                                    Color.Yellow, Color.Empty, 4,
                                    0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("3BlkCrows", EPlotShapes.Point,
                                    Color.Magenta, Color.Empty, 4,
                                    0,
                                    true));
 }
 protected override void Create()
 {
     m_c_3whsolds_3blkcrows1 = new Function.C_3WhSolds_3BlkCrows(this);
     m_o3whitesoldiers       = new VariableObject <int>(this);
     m_o3blackcrows          = new VariableObject <Int32>(this);
     Plot1 =
         AddPlot(new PlotAttributes("3WhSolds", EPlotShapes.Point,
                                    Color.Yellow, Color.Empty, 4,
                                    0,
                                    true));
     Plot2 =
         AddPlot(new PlotAttributes("3BlkCrows", EPlotShapes.Point,
                                    Color.Magenta, Color.Empty, 4,
                                    0,
                                    true));
 }