Güteschutz erweitert
This commit is contained in:
@@ -312,11 +312,17 @@ namespace SanSystem
|
||||
|
||||
foreach(SavedBilder bild in schacht.SavedBilders)
|
||||
{
|
||||
string komment = String.Empty;
|
||||
if (schacht.SchachtNummer != null)
|
||||
{
|
||||
komment = string.Format("{0} von Schacht: {1}", bild.Bildname, schacht.SchachtNummer);
|
||||
}
|
||||
bilderObjects.Add(new BilderObject()
|
||||
{
|
||||
Path = bild.Speicherpfad,
|
||||
Kommentar = string.Format("{0} von Schacht: {1}", bild.Bildname, schacht.SchachtNummer)
|
||||
});
|
||||
|
||||
Kommentar = komment
|
||||
}) ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user