| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- global using System;
- global using System.IO;
- global using System.Linq;
- global using System.Threading;
- global using System.Threading.Tasks;
- global using System.Collections.Generic;
- global using System.Data;
- global using System.Text;
- global using System.Windows;
- global using System.Collections.Concurrent;
- global using Microsoft.Extensions.Logging;
- global using Polly;
- global using EaseDapper;
- global using Prism.Events;
- global using EaseScheduler;
- global using EaseScheduler.Attribute;
- global using SHJX.Service.PortClient;
- global using SHJX.Service.Common.Event;
- global using SHJX.Service.Common.Utils;
- //global using SHJX.Service.Common.Camera;
- global using SHJX.Service.Common.ReadXML;
- global using SHJX.Service.Common.Logging;
- global using SHJX.Service.Common.Constants;
- global using SHJX.Service.Common.ElementHelper;
- global using SHJX.Service.Model.Enums;
- global using SHJX.Service.Model.EventArgs;
- global using SHJX.Service.Control.Execute;
- global using SHJX.Service.Model.XmlModules;
- global using SHJX.Service.Model.MethodArgs;
- global using SHJX.Service.Model.CRUDModules;
- global using SHJX.Service.Control.Interface;
- global using SHJX.Service.Model.WorkFlowModules;
- global using SHJX.Service.Control.PortProduction;
- global using SHJX.Service.Control.Common.Constants;
- global using SHJX.Service.Control.PortArgs.PortImpl;
- global using SHJX.Service.Control.PortArgs.Interface;
- global using SHJX.Service.Control.Pipeline.Interface;
- global using SHJX.Service.Control.LiquidOperate.Interface;
- global using SHJX.Service.Control.PortProduction.Interface;
- global using SHJX.Service.Control.LiquidHandler.Handler.WashLiquidHandler;
- global using SHJX.Service.Control.LiquidHandler.Handler.NormalLiquidHandler;
- global using IScheduler = SHJX.Service.Control.Interface.IScheduler;
|