From 1b9c4cfc23bad0c935be780a77a8e515e88c4972 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Mon, 16 May 2022 11:47:34 -0600 Subject: [PATCH] Remove unused usings --- Source/LibationWinForms/SyncBindingSource.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/LibationWinForms/SyncBindingSource.cs b/Source/LibationWinForms/SyncBindingSource.cs index 4aa589ef..42d38ad9 100644 --- a/Source/LibationWinForms/SyncBindingSource.cs +++ b/Source/LibationWinForms/SyncBindingSource.cs @@ -1,8 +1,5 @@ -using ApplicationServices; -using Dinah.Core.DataBinding; -using System; +using System; using System.ComponentModel; -using System.Linq; using System.Threading; using System.Windows.Forms;