|
@@ -1,23 +1,17 @@
|
|
|
using System;
|
|
|
-using System.Collections;
|
|
|
using System.Collections.Generic;
|
|
|
using System.IO;
|
|
|
using System.Linq;
|
|
|
using System.Security.Cryptography.X509Certificates;
|
|
|
-using System.Threading;
|
|
|
using System.Timers;
|
|
|
using Comal.Classes;
|
|
|
using Comal.Stores;
|
|
|
-using FastReport.DevComponents.DotNetBar.Controls;
|
|
|
-using GenHTTP.Engine;
|
|
|
using InABox.API;
|
|
|
-using InABox.Clients;
|
|
|
using InABox.Configuration;
|
|
|
using InABox.Core;
|
|
|
using InABox.Database;
|
|
|
using InABox.Database.SQLite;
|
|
|
using InABox.DeviceIdentifier;
|
|
|
-using InABox.Reports;
|
|
|
using InABox.Server;
|
|
|
using InABox.Wpf.Reports;
|
|
|
using Piping;
|