Software stürtz auf anlage gelegentlich ab.

Test ob dies der Fehler verursachte
This commit is contained in:
Husky
2021-07-07 14:39:46 +02:00
parent efccbfe76c
commit 097274303b

View File

@@ -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)
{