Altra riorganizzazione pesante
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static IOB_UT_NEXT.BaseAlarmConf;
|
||||
using static IOB_UT_NEXT.Config.BaseAlarmConf;
|
||||
|
||||
namespace IOB_UT_NEXT.Config.Base
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Globalization;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
|
||||
namespace IOB_UT_NEXT
|
||||
namespace IOB_UT_NEXT.Config
|
||||
{
|
||||
/// <summary>
|
||||
/// Create a new INI file to store or load data
|
||||
@@ -17,7 +17,7 @@ using System.Runtime.InteropServices.ComTypes;
|
||||
using System.Threading;
|
||||
using YamlDotNet.Serialization;
|
||||
using YamlDotNet.Serialization.NamingConventions;
|
||||
using static IOB_UT_NEXT.BaseAlarmConf;
|
||||
using static IOB_UT_NEXT.Config.BaseAlarmConf;
|
||||
using static IOB_UT_NEXT.Config.EnumConf;
|
||||
using static System.Net.Mime.MediaTypeNames;
|
||||
|
||||
|
||||
@@ -2,9 +2,8 @@
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Converters;
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
|
||||
namespace IOB_UT_NEXT
|
||||
namespace IOB_UT_NEXT.Config
|
||||
{
|
||||
/// <summary>
|
||||
/// Classe gestione configurazione parametri di base x allarmi
|
||||
@@ -194,7 +194,7 @@
|
||||
<Compile Include="DataModel\FluxData.cs" />
|
||||
<Compile Include="Config\Special\FtpActConf.cs" />
|
||||
<Compile Include="Config\GenActConf.cs" />
|
||||
<Compile Include="IniFile.cs" />
|
||||
<Compile Include="Config\IniFile.cs" />
|
||||
<Compile Include="Services\Utility\IntConditionCheck.cs" />
|
||||
<Compile Include="Services\Core\BitConditionCheck.cs" />
|
||||
<Compile Include="CustomObj.cs" />
|
||||
@@ -214,7 +214,7 @@
|
||||
<Compile Include="Services\Core\SingleThreadTaskScheduler.cs" />
|
||||
<Compile Include="Services\Core\TCMan.cs" />
|
||||
<Compile Include="Services\Utility\TimeUtils.cs" />
|
||||
<Compile Include="ToMapo.cs" />
|
||||
<Compile Include="Config\ToMapo.cs" />
|
||||
<Compile Include="baseUtils.cs" />
|
||||
<Compile Include="Services\Core\BinaryUtils.cs" />
|
||||
<Compile Include="Enums.cs" />
|
||||
|
||||
@@ -9,9 +9,7 @@ using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Net.NetworkInformation;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using static IOB_UT_NEXT.BaseAlarmConf;
|
||||
using static IOB_UT_NEXT.Config.BaseAlarmConf;
|
||||
|
||||
namespace IOB_UT_NEXT.Iob
|
||||
{
|
||||
|
||||
@@ -1,12 +1,6 @@
|
||||
using IOB_UT_NEXT;
|
||||
using NLog;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Net.NetworkInformation;
|
||||
using System.Threading;
|
||||
using static IOB_UT_NEXT.BaseAlarmConf;
|
||||
|
||||
namespace IOB_WIN_FORM.Iob
|
||||
{
|
||||
|
||||
@@ -30,7 +30,7 @@ using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using static IOB_UT_NEXT.BaseAlarmConf;
|
||||
using static IOB_UT_NEXT.Config.BaseAlarmConf;
|
||||
using static IOB_UT_NEXT.CustomObj;
|
||||
using static IOB_UT_NEXT.DataModel.Fimat;
|
||||
using static MapoSDK.WharehouseData;
|
||||
@@ -3216,7 +3216,7 @@ namespace IOB_WIN_FORM.Iob
|
||||
}
|
||||
}
|
||||
|
||||
string rawData = JsonConvert.SerializeObject(ActiveAlarmList);
|
||||
string rawData = JsonSerialize(ActiveAlarmList);
|
||||
string resp = HttpService.CallUrlPost(lastUrl, rawData);
|
||||
//string resp = HttpService.CallUrlAsync(lastUrl, rawData);
|
||||
if (resp != null)
|
||||
|
||||
Reference in New Issue
Block a user