Beispiel #1
0
        public void EditPhoto(int index)
        {
            DataStruct p = db.GetPersonByIndex(index);

            p.setImage(db.GetNewImage());
        }