LocalPicture -model added
This commit is contained in:
@ -60,6 +60,16 @@ namespace ImageHandlingUI.ViewModels
|
||||
_rootCatalog = value; }
|
||||
}
|
||||
|
||||
|
||||
private string _groundPath;
|
||||
|
||||
public string GroundPath
|
||||
{
|
||||
get {
|
||||
_groundPath = _filing.ShowText();
|
||||
return _groundPath;
|
||||
}
|
||||
set { _groundPath = value; }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user