コード例 #1
0
ファイル: EditNodeData.cs プロジェクト: cyecp/GF.Core
        public override Category Copy()
        {
            __PropertyGrid d = new __PropertyGrid();

            //d.Version = this.Version;
            //d.Name = this.Name;
            //d.ID = this.ID;
            Copyto(d);
            return(d);
        }
コード例 #2
0
 public override Category Copy()
 {
     __PropertyGrid d = new __PropertyGrid();
     //d.Version = this.Version;
     //d.Name = this.Name;
     //d.ID = this.ID;
     Copyto(d);
     return d;
 }