Iniziato rename progetti: Step --> Termo.Active

This commit is contained in:
Samuele Locatelli
2020-04-08 19:39:09 +02:00
parent cb5c0e0b98
commit 90811d5bdb
189 changed files with 18068 additions and 18068 deletions
+12 -12
View File
@@ -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
{