Move shared GUI code into AppScaffolding

This commit is contained in:
Mbucari 2023-02-06 16:04:58 -07:00
parent b351033cec
commit e3c9f70dff
13 changed files with 16 additions and 81 deletions

View file

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