Clean usings
This commit is contained in:
13
Program.cs
13
Program.cs
@@ -1,17 +1,6 @@
|
|||||||
using Akari.Provider.WaveshareUART;
|
using Akari.Provider.WaveshareUART.Views;
|
||||||
using Akari.Provider.WaveshareUART.Users;
|
|
||||||
using Akari.Provider.WaveshareUART.Views;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO.Ports;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Terminal.Gui;
|
using Terminal.Gui;
|
||||||
using Unosquare.RaspberryIO;
|
|
||||||
using Unosquare.RaspberryIO.Abstractions;
|
|
||||||
using Unosquare.WiringPi;
|
|
||||||
|
|
||||||
namespace Akari.Provider.WaveshareUART
|
namespace Akari.Provider.WaveshareUART
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
// Les informations générales relatives à un assembly dépendent de
|
// Les informations générales relatives à un assembly dépendent de
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
using System;
|
using System.Collections.Generic;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using YamlDotNet.Serialization;
|
using YamlDotNet.Serialization;
|
||||||
|
|
||||||
namespace Akari.Provider.WaveshareUART.Users
|
namespace Akari.Provider.WaveshareUART.Users
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Terminal.Gui;
|
using Terminal.Gui;
|
||||||
using YamlDotNet.Serialization;
|
using YamlDotNet.Serialization;
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,4 @@
|
|||||||
using System;
|
using System.IO;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Terminal.Gui;
|
using Terminal.Gui;
|
||||||
|
|
||||||
namespace Akari.Provider.WaveshareUART.Views
|
namespace Akari.Provider.WaveshareUART.Views
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
using NStack;
|
using NStack;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Terminal.Gui;
|
using Terminal.Gui;
|
||||||
|
|
||||||
namespace Akari.Provider.WaveshareUART.Views
|
namespace Akari.Provider.WaveshareUART.Views
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
using NStack;
|
using Terminal.Gui;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Terminal.Gui;
|
|
||||||
|
|
||||||
namespace Akari.Provider.WaveshareUART.Views
|
namespace Akari.Provider.WaveshareUART.Views
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,13 +1,6 @@
|
|||||||
using Akari.Provider.WaveshareUART.Users;
|
using Akari.Provider.WaveshareUART.Users;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO;
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
|
||||||
using System.Threading;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Terminal.Gui;
|
using Terminal.Gui;
|
||||||
using WaveshareUARTFingerprintSensor;
|
|
||||||
|
|
||||||
namespace Akari.Provider.WaveshareUART.Views
|
namespace Akari.Provider.WaveshareUART.Views
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,10 +1,4 @@
|
|||||||
using System;
|
using System.IO;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Terminal.Gui;
|
using Terminal.Gui;
|
||||||
using WaveshareUARTFingerprintSensor;
|
using WaveshareUARTFingerprintSensor;
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,4 @@
|
|||||||
using System;
|
using Terminal.Gui;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Terminal.Gui;
|
|
||||||
using WaveshareUARTFingerprintSensor;
|
using WaveshareUARTFingerprintSensor;
|
||||||
|
|
||||||
namespace Akari.Provider.WaveshareUART.Views
|
namespace Akari.Provider.WaveshareUART.Views
|
||||||
|
|||||||
@@ -1,11 +1,5 @@
|
|||||||
using Akari.Provider.WaveshareUART;
|
using Akari.Provider.WaveshareUART.Users;
|
||||||
using Akari.Provider.WaveshareUART.Users;
|
|
||||||
using NStack;
|
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Terminal.Gui;
|
using Terminal.Gui;
|
||||||
using WaveshareUARTFingerprintSensor;
|
using WaveshareUARTFingerprintSensor;
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
using Akari.Provider.WaveshareUART.Users;
|
using Akari.Provider.WaveshareUART.Users;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using WaveshareUARTFingerprintSensor;
|
using WaveshareUARTFingerprintSensor;
|
||||||
|
|
||||||
namespace Akari.Provider.WaveshareUART
|
namespace Akari.Provider.WaveshareUART
|
||||||
|
|||||||
Reference in New Issue
Block a user