Berichtworker angefangen

This commit is contained in:
HuskyTeufel
2020-03-27 13:23:10 +01:00
parent a9320eb1f6
commit f83ec8cfcd
5 changed files with 52 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ namespace SanSystem
return;
}
pt_box.Load(pfad);
pt_box.SizeMode = PictureBoxSizeMode.StretchImage;
}
}