Create LibationUiBase for shared UI code

This commit is contained in:
Michael Bucari-Tovo 2023-02-07 23:15:52 -07:00
parent bb40df5fa3
commit 00c8be1f7e
15 changed files with 40 additions and 25 deletions

View file

@ -1,11 +1,11 @@
using ApplicationServices;
using AppScaffolding;
using DataLayer;
using Dinah.Core;
using Dinah.Core.DataBinding;
using Dinah.Core.WindowsDesktop.Drawing;
using FileLiberator;
using LibationFileManager;
using LibationUiBase;
using System;
using System.Collections;
using System.Collections.Generic;

View file

@ -49,9 +49,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ApplicationServices\ApplicationServices.csproj" />
<ProjectReference Include="..\AppScaffolding\AppScaffolding.csproj" />
<ProjectReference Include="..\FileLiberator\FileLiberator.csproj" />
<ProjectReference Include="..\LibationUiBase\LibationUiBase.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Form1.*.cs">

View file

@ -15,7 +15,7 @@ using Dinah.Core.ErrorHandling;
using Dinah.Core.WindowsDesktop.Drawing;
using FileLiberator;
using LibationFileManager;
using AppScaffolding;
using LibationUiBase;
namespace LibationWinForms.ProcessQueue
{

View file

@ -6,8 +6,8 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using ApplicationServices;
using AppScaffolding;
using LibationFileManager;
using LibationUiBase;
namespace LibationWinForms.ProcessQueue
{