From ca131430601f45ad0577f3e400a167c65d2940c4 Mon Sep 17 00:00:00 2001 From: rexlin Date: Fri, 20 Nov 2020 16:31:49 +0800 Subject: [PATCH] fix Json parsing --- DLL_HK.sln => DLL_HK_EPS.sln | 0 ECR_N5_DLL_TestUI/ECR_N5_DLL_TestUI.csproj | 4 + ECR_N5_DLL_TestUI/MainWindow.xaml | 129 ++- ECR_N5_DLL_TestUI/MainWindow.xaml.cs | 884 ++++++----------- ECR_N5_DLL_TestUI/packages.config | 4 + n5coredll/LogUtil.cs | 72 ++ n5coredll/N5Core.cs | 1036 +------------------- n5coredll/ObjectUtil.cs | 4 + n5coredll/PaymentType.cs | 1 + n5coredll/RequestResult.cs | 21 +- n5coredll/RetrievalResult.cs | 156 ++- n5coredll/SaleResult.cs | 286 ++++-- n5coredll/SettleResult.cs | 482 +++++++++ n5coredll/n5coredll.csproj | 6 + n5coredll/packages.config | 4 + 15 files changed, 1318 insertions(+), 1771 deletions(-) rename DLL_HK.sln => DLL_HK_EPS.sln (100%) create mode 100644 ECR_N5_DLL_TestUI/packages.config create mode 100644 n5coredll/LogUtil.cs create mode 100644 n5coredll/SettleResult.cs create mode 100644 n5coredll/packages.config diff --git a/DLL_HK.sln b/DLL_HK_EPS.sln similarity index 100% rename from DLL_HK.sln rename to DLL_HK_EPS.sln diff --git a/ECR_N5_DLL_TestUI/ECR_N5_DLL_TestUI.csproj b/ECR_N5_DLL_TestUI/ECR_N5_DLL_TestUI.csproj index 8389570..21b04f8 100644 --- a/ECR_N5_DLL_TestUI/ECR_N5_DLL_TestUI.csproj +++ b/ECR_N5_DLL_TestUI/ECR_N5_DLL_TestUI.csproj @@ -51,6 +51,9 @@ 4 + + ..\packages\Newtonsoft.Json.12.0.3\lib\net40\Newtonsoft.Json.dll + @@ -102,6 +105,7 @@ ResXFileCodeGenerator Resources.Designer.cs + SettingsSingleFileGenerator Settings.Designer.cs diff --git a/ECR_N5_DLL_TestUI/MainWindow.xaml b/ECR_N5_DLL_TestUI/MainWindow.xaml index 4fb6ca6..4a28360 100644 --- a/ECR_N5_DLL_TestUI/MainWindow.xaml +++ b/ECR_N5_DLL_TestUI/MainWindow.xaml @@ -5,51 +5,34 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:ECR_N5_DLL_TestUI" mc:Ignorable="d" - Title="ECR N5 DLL TEST" Height="881" Width="810"> - + Title="ECR N5 DLL TEST" Height="1062" Width="1174"> + + + + + - - - - + + + + - - -