Iniziato rename progetti: Step --> Termo.Active
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
using CMS_CORE_Library.Models;
|
||||
using Step.Config;
|
||||
using Step.Core;
|
||||
using Step.Database.Controllers;
|
||||
using Step.Model.DTOModels;
|
||||
using Step.Model.DTOModels.AlarmModels;
|
||||
using Step.Model.DTOModels.Scada;
|
||||
using Step.Model.DTOModels.ToolModels;
|
||||
using Step.NC;
|
||||
using Step.Utils;
|
||||
using Termo.Active.Config;
|
||||
using Termo.Active.Core;
|
||||
using Termo.Active.Database.Controllers;
|
||||
using Termo.Active.Model.DTOModels;
|
||||
using Termo.Active.Model.DTOModels.AlarmModels;
|
||||
using Termo.Active.Model.DTOModels.Scada;
|
||||
using Termo.Active.Model.DTOModels.ToolModels;
|
||||
using Termo.Active.NC;
|
||||
using Termo.Active.Utils;
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
@@ -20,9 +20,9 @@ using System.Runtime.InteropServices;
|
||||
using System.Threading;
|
||||
using TeamDev.SDK.MVVM;
|
||||
using static CMS_CORE_Library.Models.DataStructures;
|
||||
using static Step.Config.ServerConfig;
|
||||
using static Step.Model.Constants;
|
||||
using static Step.Utils.ExceptionManager;
|
||||
using static Termo.Active.Config.ServerConfig;
|
||||
using static Termo.Active.Model.Constants;
|
||||
using static Termo.Active.Utils.ExceptionManager;
|
||||
|
||||
public static class ThreadsFunctions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user