Improved settings

This commit is contained in:
Robert McRackan 2019-12-13 16:11:55 -05:00
parent 2fa5170f28
commit 95ae8335a1
36 changed files with 1755 additions and 805 deletions

View file

@ -1,8 +1,9 @@
using System;
using System.Windows.Forms;
using ApplicationServices;
using LibationWinForms.Login;
namespace LibationWinForms
namespace LibationWinForms.Dialogs
{
public partial class IndexLibraryDialog : Form
{
@ -19,7 +20,7 @@ namespace LibationWinForms
{
try
{
(TotalBooksProcessed, NewBooksAdded) = await LibraryCommands.ImportLibraryAsync(new Login.WinformResponder());
(TotalBooksProcessed, NewBooksAdded) = await LibraryCommands.ImportLibraryAsync(new WinformResponder());
}
catch (Exception ex)
{