Пример #1
0
 internal void setValues(Ucenik copyObj)
 {
     this.Ime        = copyObj.Ime;
     this.Prezime    = copyObj.Prezime;
     this.JMBG       = copyObj.JMBG;
     this.Status     = copyObj.Status;
     this.Email      = copyObj.Email;
     this.Adresa     = copyObj.Adresa;
     this.BrTelefona = copyObj.BrTelefona;
     this.Uplate     = copyObj.Uplate;
     this.Kursevi    = copyObj.Kursevi;
 }