public CTDBResponseMetaLabel(CTDBResponseMetaLabel src)
 {
     this.name = src.name;
     this.catno = src.catno;
 }
Ejemplo n.º 2
0
 public CTDBResponseMetaLabel(CTDBResponseMetaLabel src)
 {
     this.name  = src.name;
     this.catno = src.catno;
 }