Druckverlaufgrafik getrennt.

Wird kein Exception geworfen, wenn bild nicht vorhanden ist in Schachtanbindung
This commit is contained in:
Husky
2019-03-11 21:19:46 +01:00
parent fd96f439a8
commit 3b45cc592a
6 changed files with 43 additions and 42 deletions

View File

@@ -124,6 +124,7 @@ namespace SanSystem
if (!File.Exists(pfad))
{
MessageBox.Show("Bilddatei mit den Pfad " + pfad + " nicht gefunden");
return;
}
pt_box.Load(pfad);
pt_box.SizeMode = PictureBoxSizeMode.StretchImage;