public override Category Copy() { __PropertyGrid d = new __PropertyGrid(); //d.Version = this.Version; //d.Name = this.Name; //d.ID = this.ID; Copyto(d); return(d); }
public override Category Copy() { __PropertyGrid d = new __PropertyGrid(); //d.Version = this.Version; //d.Name = this.Name; //d.ID = this.ID; Copyto(d); return d; }