LocalPicture -model added

This commit is contained in:
2020-07-31 17:11:04 +02:00
parent 786abe6962
commit 6949a7ba33
5 changed files with 91 additions and 4 deletions

View File

@ -60,6 +60,16 @@ namespace ImageHandlingUI.ViewModels
_rootCatalog = value; }
}
private string _groundPath;
public string GroundPath
{
get {
_groundPath = _filing.ShowText();
return _groundPath;
}
set { _groundPath = value; }
}
}
}