Add PictureID_1215 to Book and migrate DB

This commit is contained in:
Michael Bucari-Tovo 2022-05-09 23:21:52 -06:00
parent 6ccb8d612f
commit b320276926
7 changed files with 432 additions and 4 deletions

View file

@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace LibationFileManager
{
public enum PictureSize { _80x80 = 80, _300x300 = 300, _500x500 = 500 }
public enum PictureSize { _80x80 = 80, _300x300 = 300, _500x500 = 500 , _1215x1215 = 1215 }
public class PictureCachedEventArgs : EventArgs
{
public PictureDefinition Definition { get; internal set; }