Esempio n. 1
0
 internal void SetValues(Ucenik copyObj)
 {
     this.Ime     = copyObj.Ime;
     this.Prezime = copyObj.Prezime;
     this.JMBG    = copyObj.JMBG;
 }