diff --git a/SanSystem/UCWeitereFotos.cs b/SanSystem/UCWeitereFotos.cs index aa2acea..df34ffe 100644 --- a/SanSystem/UCWeitereFotos.cs +++ b/SanSystem/UCWeitereFotos.cs @@ -104,8 +104,8 @@ namespace SanSystem schacht.SavedBilders.Add(bilder); pt_box.Load(schacht.SavedBilders[0].Speicherpfad); pt_box.SizeMode = PictureBoxSizeMode.StretchImage; - lb_pictures.DataSource = null; - lb_pictures.DataSource = schacht.SavedBilders; + //lb_pictures.DataSource = null; + //lb_pictures.DataSource = schacht.SavedBilders; } catch(Exception ex) {