imports.cs 653 B

123456789101112131415161718
  1. global using System;
  2. global using System.Linq;
  3. global using System.Text;
  4. global using System.Threading;
  5. global using System.Collections.Generic;
  6. global using System.Collections.Concurrent;
  7. global using Microsoft.Extensions.Logging;
  8. global using SHJX.Service.Model.Enums;
  9. global using SHJX.Service.Common.ReadXML;
  10. global using SHJX.Service.Common.Logging;
  11. global using SHJX.Service.Model.EventArgs;
  12. global using SHJX.Service.Model.CRUDModules;
  13. global using SHJX.Service.PortClient.Commands;
  14. global using SHJX.Service.PortClient.Interface;
  15. global using SHJX.Service.PortClient.TempController;
  16. global using SHJX.Service.PortClient.OptionClient.RS485;