Bilder können jetzt hinterlegt werden
This commit is contained in:
@@ -9,11 +9,21 @@ namespace KlassenBIB
|
||||
{
|
||||
public class SchachtAnbindung : Sanieren
|
||||
{
|
||||
string schachtNummer;
|
||||
BilderCollection savedBilders;
|
||||
|
||||
#region GettersSetters
|
||||
public string SchachtNummer { get => schachtNummer; set => schachtNummer = value; }
|
||||
public BilderCollection SavedBilders { get => savedBilders; set => savedBilders = value; }
|
||||
#endregion
|
||||
|
||||
public SchachtAnbindung()
|
||||
{
|
||||
Verzeichnispfad = "Schachtanbindung";
|
||||
SavedBilders = new BilderCollection();
|
||||
}
|
||||
|
||||
|
||||
public override string CheckVerzeichnisse(string projektpfad)
|
||||
{
|
||||
string path = Path.Combine(projektpfad, PfadZurSan);
|
||||
|
||||
Reference in New Issue
Block a user