Clean up unneeded usings

This commit is contained in:
kougyokugentou 2021-01-29 21:17:51 -08:00
parent 1f62a8d06e
commit 9c4fa611af
5 changed files with 1 additions and 25 deletions

View File

@ -1,10 +1,4 @@
using System; namespace GreatHomeChildcare.Models
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GreatHomeChildcare.Models
{ {
public class Guardian public class Guardian
{ {

View File

@ -1,7 +1,4 @@
using System; using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
namespace GreatHomeChildcare namespace GreatHomeChildcare

View File

@ -1,12 +1,9 @@
using Dapper; using Dapper;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Configuration; using System.Configuration;
using System.Data; using System.Data;
using System.Data.SQLite; using System.Data.SQLite;
using System.Linq; using System.Linq;
using System.Text;
using System.Threading.Tasks;
using GreatHomeChildcare.Models; using GreatHomeChildcare.Models;
/* REFERENCES: /* REFERENCES:

View File

@ -1,11 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing; using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms; using System.Windows.Forms;
using GreatHomeChildcare.Models; using GreatHomeChildcare.Models;

View File

@ -1,11 +1,4 @@
using System; 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 System.Windows.Forms;
using GreatHomeChildcare.Models; using GreatHomeChildcare.Models;