Clean
This commit is contained in:
@@ -3,9 +3,9 @@ using Microsoft.AspNetCore.Mvc;
|
||||
using Modbus.Net;
|
||||
using Modbus.Net.Modbus;
|
||||
using System.Diagnostics;
|
||||
using AddressUnit = Modbus.Net.AddressUnit<string, int, int>;
|
||||
using MachineJobSchedulerCreator = Modbus.Net.MachineJobSchedulerCreator<Modbus.Net.IMachineMethodDatas, string, double>;
|
||||
using ModbusMachine = Modbus.Net.Modbus.ModbusMachine<string, string>;
|
||||
using AddressUnit = Modbus.Net.AddressUnit<string, int, int>;
|
||||
|
||||
namespace AnyType.Controllers
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Quartz.Logging;
|
||||
using System.Configuration;
|
||||
|
||||
namespace MachineJob
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user