public CTDBResponseMetaLabel(CTDBResponseMetaLabel src)
 {
     this.name = src.name;
     this.catno = src.catno;
 }
Exemple #2
0
 public CTDBResponseMetaLabel(CTDBResponseMetaLabel src)
 {
     this.name  = src.name;
     this.catno = src.catno;
 }