refactor Queue namespace
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Inspectron.Epson;
|
||||
using Inspectron.Epson.PrintServer.ConfigurationSources;
|
||||
using Inspectron.Epson.Queue;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace EpsonPrintService;
|
||||
|
||||
@@ -11,6 +11,7 @@ using Inspectron.Epson.PrintServer.Printers;
|
||||
using Inspectron.Epson.PrintServer.Printers.Utils;
|
||||
using Inspectron.Epson.PrintServer.PrintServices;
|
||||
using EpsonPrintService;
|
||||
using Inspectron.Epson.Queue;
|
||||
|
||||
StandardKernel kernel = new StandardKernel();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user