Ejemplo n.º 1
0
        public override Object Clone()
        {
            PlotAreaRecord rec = new PlotAreaRecord();

            return rec;
        }
Ejemplo n.º 2
0
 private PlotAreaRecord CreatePlotAreaRecord()
 {
     PlotAreaRecord r = new PlotAreaRecord();
     return r;
 }