Create LibationUiBase for shared UI code
This commit is contained in:
parent
bb40df5fa3
commit
00c8be1f7e
15 changed files with 40 additions and 25 deletions
|
|
@ -3,7 +3,6 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using ApplicationServices;
|
||||
using AppScaffolding;
|
||||
using AudibleApi;
|
||||
using AudibleApi.Common;
|
||||
using Avalonia.Media;
|
||||
|
|
@ -13,6 +12,7 @@ using Dinah.Core;
|
|||
using Dinah.Core.ErrorHandling;
|
||||
using FileLiberator;
|
||||
using LibationFileManager;
|
||||
using LibationUiBase;
|
||||
using ReactiveUI;
|
||||
|
||||
namespace LibationAvalonia.ViewModels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue