Fix conflict
This commit is contained in:
parent
dad36c73e5
commit
d6de647974
@ -38,7 +38,6 @@ namespace LibationWinForms
|
|||||||
{
|
{
|
||||||
|
|
||||||
internal event EventHandler<GridEntry> LiberateClicked;
|
internal event EventHandler<GridEntry> LiberateClicked;
|
||||||
ImageDisplay imageDisplay;
|
|
||||||
public event EventHandler<int> VisibleCountChanged;
|
public event EventHandler<int> VisibleCountChanged;
|
||||||
|
|
||||||
// alias
|
// alias
|
||||||
@ -82,6 +81,7 @@ namespace LibationWinForms
|
|||||||
await Cover_Click(getGridEntry(e.RowIndex));
|
await Cover_Click(getGridEntry(e.RowIndex));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private ImageDisplay imageDisplay;
|
||||||
private async Task Cover_Click(GridEntry liveGridEntry)
|
private async Task Cover_Click(GridEntry liveGridEntry)
|
||||||
{
|
{
|
||||||
var picDefinition = new PictureDefinition(liveGridEntry.LibraryBook.Book.PictureLarge, PictureSize.Native);
|
var picDefinition = new PictureDefinition(liveGridEntry.LibraryBook.Book.PictureLarge, PictureSize.Native);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user