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

@ -11,5 +11,6 @@ namespace ImageHandlingLibrary.InterFaces
public interface IFiling
{
BitmapImage ConvertFromDrawImage(Image _image);
string ShowText();
}
}