Fix rename x tutti progetti satellite

This commit is contained in:
Samuele Locatelli
2020-04-09 14:37:07 +02:00
parent f25694e0ff
commit 37f24373da
177 changed files with 475 additions and 475 deletions
+8 -8
View File
@@ -1,8 +1,8 @@
using Termo.Active.Core;
using Termo.Active.Model;
using Termo.Active.Model.DTOModels;
using Termo.Active.NC;
using Termo.Active.Utils;
using Thermo.Active.Core;
using Thermo.Active.Model;
using Thermo.Active.Model.DTOModels;
using Thermo.Active.NC;
using Thermo.Active.Utils;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -14,10 +14,10 @@ using System.Runtime.InteropServices;
using System.Threading;
using System.Windows.Forms;
using TeamDev.SDK.MVVM;
using static Termo.Active.Config.ServerConfig;
using static Termo.Active.Model.Constants;
using static Thermo.Active.Config.ServerConfig;
using static Thermo.Active.Model.Constants;
namespace Termo.Active.UI
namespace Thermo.Active.UI
{
public partial class ServerControlWindow : Form
{