コード例 #1
0
ファイル: PieRecord.cs プロジェクト: ctddjyds/npoi
 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;
 }
コード例 #2
0
ファイル: PieRecord.cs プロジェクト: FilRip/IMDEV.Commun
        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);
        }