示例#1
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);
        }
示例#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;
 }