README updated and removed unused usings

This commit is contained in:
frauseo 2020-05-30 19:42:28 +02:00
parent 43aa400613
commit f863babae6

View File

@ -1,21 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Data;
using MySql.Data.MySqlClient;
using System.Configuration;
using System.Security.Cryptography.X509Certificates;
using System.Windows.Controls;
using LoggingClient.ViewModel;
namespace LoggingClient.Views