update dependencies
This commit is contained in:
parent
3272541e81
commit
86c7f89788
13 changed files with 29 additions and 22 deletions
|
|
@ -71,6 +71,12 @@ namespace LibationFileManager
|
|||
}
|
||||
}
|
||||
|
||||
public static string GetPicturePathSynchronously(PictureDefinition def)
|
||||
{
|
||||
GetPictureSynchronously(def);
|
||||
return getPath(def);
|
||||
}
|
||||
|
||||
public static byte[] GetPictureSynchronously(PictureDefinition def)
|
||||
{
|
||||
lock (cacheLocker)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue