添加mqtt服务单例

This commit is contained in:
liming 蔡
2026-07-20 14:16:16 +08:00
parent 6d2e1f4873
commit 40b0df237e
5 changed files with 183 additions and 1 deletions
+4
View File
@@ -96,6 +96,9 @@
<Reference Include="MiniExcel, Version=1.36.1.0, Culture=neutral, PublicKeyToken=e7310002a53eac39, processorArchitecture=MSIL">
<HintPath>..\packages\MiniExcel.1.36.1\lib\net45\MiniExcel.dll</HintPath>
</Reference>
<Reference Include="MQTTnet, Version=4.3.7.1207, Culture=neutral, PublicKeyToken=fdb7629f2e364a63, processorArchitecture=MSIL">
<HintPath>..\packages\MQTTnet.4.3.7.1207\lib\net48\MQTTnet.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
@@ -182,6 +185,7 @@
<Compile Include="Common\MessageBoxTimeOut.cs" />
<Compile Include="Common\AlarmForm.cs" />
<Compile Include="Common\DeleteLog.cs" />
<Compile Include="Common\MqttSingleton.cs" />
<Compile Include="Common\PLCAlarmParse.cs" />
<Compile Include="Common\Global.cs" />
<Compile Include="Common\StrUtil.cs" />