예제 #1
0
        public override Object Clone()
        {
            PlotAreaRecord rec = new PlotAreaRecord();

            return rec;
        }
예제 #2
0
 private PlotAreaRecord CreatePlotAreaRecord()
 {
     PlotAreaRecord r = new PlotAreaRecord();
     return r;
 }