Added login dialogs
This commit is contained in:
parent
503e1e143e
commit
9ecb32c3d2
40 changed files with 1100 additions and 169 deletions
|
|
@ -15,7 +15,7 @@ namespace LibationWinForms.AvaloniaUI.Views
|
|||
SetQueueCollapseState(collapseState);
|
||||
}
|
||||
|
||||
public async void ProductsDisplay_LiberateClicked(object sender, LibraryBook libraryBook)
|
||||
public void ProductsDisplay_LiberateClicked(object sender, LibraryBook libraryBook)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
@ -38,7 +38,7 @@ namespace LibationWinForms.AvaloniaUI.Views
|
|||
if (!Go.To.File(filePath?.ShortPathName))
|
||||
{
|
||||
var suffix = string.IsNullOrWhiteSpace(filePath) ? "" : $":\r\n{filePath}";
|
||||
await MessageBox.Show($"File not found" + suffix);
|
||||
MessageBox.Show($"File not found" + suffix);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue