From 4948d1d7ffa09fbe2f7cdae4917044265afbda13 Mon Sep 17 00:00:00 2001 From: kougyokugentou <41278462+kougyokugentou@users.noreply.github.com> Date: Fri, 29 Jan 2021 21:15:38 -0800 Subject: [PATCH] Clean up unneeded usings --- frmAdminForm.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frmAdminForm.cs b/frmAdminForm.cs index 5930267..0619f45 100644 --- a/frmAdminForm.cs +++ b/frmAdminForm.cs @@ -1,11 +1,6 @@ using System; using System.Collections.Generic; -using System.ComponentModel; -using System.Data; using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; using GreatHomeChildcare.Models;