diff --git a/SunlightCentralizedControlManagement_SCCM_.csproj b/SunlightCentralizedControlManagement_SCCM_.csproj
index 5c763c6..f223b4a 100644
--- a/SunlightCentralizedControlManagement_SCCM_.csproj
+++ b/SunlightCentralizedControlManagement_SCCM_.csproj
@@ -77,6 +77,9 @@
true
+
+ bin\Debug\SkiaSharp.dll
+
diff --git a/UserClass/AsyncTcpClient.cs b/UserClass/AsyncTcpClient.cs
index 7b23ea7..7527225 100644
--- a/UserClass/AsyncTcpClient.cs
+++ b/UserClass/AsyncTcpClient.cs
@@ -175,6 +175,15 @@ namespace SunlightCentralizedControlManagement_SCCM_.UserClass
}
catch (Exception ex) { LogGing.LogGingDATA("[ERR='" + ex + "']=Exception"); MainWindowViewModel.ERR_c++; }
}
+ else if (SYSAPI == "SC822")
+ {
+ try
+ {
+ DAT = DAT.Substring(DAT.IndexOf("]") + 1);
+ DataTable dataTable = JsonConvert.DeserializeObject(DAT).Copy();//εεΊεε
+ }
+ catch (Exception ex) { LogGing.LogGingDATA("[ERR='" + ex + "']=Exception"); MainWindowViewModel.ERR_c++; }
+ }
else if (SYSAPI == "SC827")
{
try