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; }
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); }