imports.cs 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. global using System;
  2. global using System.IO;
  3. global using System.Linq;
  4. global using System.Threading;
  5. global using System.Threading.Tasks;
  6. global using System.Collections.Generic;
  7. global using System.Data;
  8. global using System.Text;
  9. global using System.Windows;
  10. global using System.Collections.Concurrent;
  11. global using Microsoft.Extensions.Logging;
  12. global using Polly;
  13. global using EaseDapper;
  14. global using Prism.Events;
  15. global using EaseScheduler;
  16. global using EaseScheduler.Attribute;
  17. global using SHJX.Service.PortClient;
  18. global using SHJX.Service.Common.Event;
  19. global using SHJX.Service.Common.Utils;
  20. //global using SHJX.Service.Common.Camera;
  21. global using SHJX.Service.Common.ReadXML;
  22. global using SHJX.Service.Common.Logging;
  23. global using SHJX.Service.Common.Constants;
  24. global using SHJX.Service.Common.ElementHelper;
  25. global using SHJX.Service.Model.Enums;
  26. global using SHJX.Service.Model.EventArgs;
  27. global using SHJX.Service.Control.Execute;
  28. global using SHJX.Service.Model.XmlModules;
  29. global using SHJX.Service.Model.MethodArgs;
  30. global using SHJX.Service.Model.CRUDModules;
  31. global using SHJX.Service.Control.Interface;
  32. global using SHJX.Service.Model.WorkFlowModules;
  33. global using SHJX.Service.Control.PortProduction;
  34. global using SHJX.Service.Control.Common.Constants;
  35. global using SHJX.Service.Control.PortArgs.PortImpl;
  36. global using SHJX.Service.Control.PortArgs.Interface;
  37. global using SHJX.Service.Control.Pipeline.Interface;
  38. global using SHJX.Service.Control.LiquidOperate.Interface;
  39. global using SHJX.Service.Control.PortProduction.Interface;
  40. global using SHJX.Service.Control.LiquidHandler.Handler.WashLiquidHandler;
  41. global using SHJX.Service.Control.LiquidHandler.Handler.NormalLiquidHandler;
  42. global using IScheduler = SHJX.Service.Control.Interface.IScheduler;