Ejemplo n.º 1
0
 public override object Clone()
 {
     PieRecord record = new PieRecord();
     record.Dount = this.Dount;
     record.HasShadow = this.HasShadow;
     record.ShowLdrLines = this.ShowLdrLines;
     record.Start = this.Start;
     return record;
 }
Ejemplo n.º 2
0
        public override object Clone()
        {
            PieRecord record = new PieRecord();

            record.Dount        = this.Dount;
            record.HasShadow    = this.HasShadow;
            record.ShowLdrLines = this.ShowLdrLines;
            record.Start        = this.Start;
            return(record);
        }