Code cleanup

This commit is contained in:
Stedd 2022-01-16 02:59:41 +01:00
parent 9cb7df5dec
commit f3e8bc09e0
3 changed files with 4 additions and 12 deletions

View File

@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows;
namespace CryptoCalc
{

View File

@ -5,7 +5,6 @@ using System.Data;
using System.Data.SQLite;
using System.Diagnostics;
using System.Linq;
using static CryptoCalc.DBClasses;
namespace CryptoCalc
{

View File

@ -1,8 +1,7 @@
using System;
using System.Collections.Generic;
using System.Windows;
using System.Diagnostics;
using static CryptoCalc.DBClasses;
using System.Windows;
namespace CryptoCalc
{