From 097274303bc62949cde691ea1d8b3fba58fa76be Mon Sep 17 00:00:00 2001 From: Husky Date: Wed, 7 Jul 2021 14:39:46 +0200 Subject: [PATCH] =?UTF-8?q?Software=20st=C3=BCrtz=20auf=20anlage=20gelegen?= =?UTF-8?q?tlich=20ab.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test ob dies der Fehler verursachte --- SanSystem/UCWeitereFotos.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {