在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C# ECU产线数据记录

C# ECU产线数据记录

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:384.87M
  • 下载次数:91
  • 浏览次数:479
  • 发布时间:2022-05-23
  • 实例类别:C#语言基础
  • 发 布 人:junyao
  • 文件格式:.zip
  • 所需积分:2
 相关标签: ecu EC 数据 C#

实例介绍

【实例简介】C# ECU产线数据记录

倍速链各个工站追溯

【实例截图】

from clipboard

【核心代码】

from clipboard

.
├── C# ECU产线数据记录.zip
└── ecu_automatic_production_line_tf2012026-master
    ├── ECU自动组装线操作说明.md
    ├── Excel文件集
    │   └── 121A_21121901.xlsx
    └── MainApp
        ├── AuthorityModule
        │   ├── AuthorityModule.csproj
        │   ├── Module.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ViewModels
        │   │   ├── GradViewModel.cs
        │   │   ├── SetGradDlgViewModel.cs
        │   │   ├── SetUserDlgViewModel.cs
        │   │   ├── SideMenuViewModel.cs
        │   │   └── UserViewModel.cs
        │   ├── Views
        │   │   ├── GradView.xaml
        │   │   ├── GradView.xaml.cs
        │   │   ├── SetGradDlg.xaml
        │   │   ├── SetGradDlg.xaml.cs
        │   │   ├── SetUserDlg.xaml
        │   │   ├── SetUserDlg.xaml.cs
        │   │   ├── SideMenuView.xaml
        │   │   ├── SideMenuView.xaml.cs
        │   │   ├── UserView.xaml
        │   │   └── UserView.xaml.cs
        │   ├── app.config
        │   ├── bin
        │   │   └── Debug
        │   │       ├── AuthorityModule.dll
        │   │       ├── AuthorityModule.dll.config
        │   │       ├── AuthorityModule.pdb
        │   │       ├── BouncyCastle.Crypto.dll
        │   │       ├── DBManagerment.dll
        │   │       ├── DBManagerment.dll.config
        │   │       ├── DBManagerment.pdb
        │   │       ├── EventModules.dll
        │   │       ├── EventModules.pdb
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── Global.dll
        │   │       ├── Global.pdb
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── Google.Protobuf.dll
        │   │       ├── Google.Protobuf.pdb
        │   │       ├── Google.Protobuf.xml
        │   │       ├── HandyControl.dll
        │   │       ├── HandyControl.pdb
        │   │       ├── HandyControl.xml
        │   │       ├── K4os.Compression.LZ4.Streams.dll
        │   │       ├── K4os.Compression.LZ4.Streams.xml
        │   │       ├── K4os.Compression.LZ4.dll
        │   │       ├── K4os.Compression.LZ4.xml
        │   │       ├── K4os.Hash.xxHash.dll
        │   │       ├── K4os.Hash.xxHash.xml
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── MySql.Data.dll
        │   │       ├── MySql.Data.xml
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.dll
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Buffers.dll
        │   │       ├── System.Buffers.xml
        │   │       ├── System.Memory.dll
        │   │       ├── System.Memory.xml
        │   │       ├── System.Numerics.Vectors.dll
        │   │       ├── System.Numerics.Vectors.xml
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Ubiety.Dns.Core.dll
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Container.dll
        │   │       ├── ZstdNet.dll
        │   │       ├── ca-ES
        │   │       ├── es
        │   │       ├── fa
        │   │       ├── fr
        │   │       ├── ko-KR
        │   │       ├── pl
        │   │       ├── pt-BR
        │   │       ├── ru
        │   │       ├── tr
        │   │       └── zh-CN
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── AuthorityModule.Properties.Resources.resources
        │   │       ├── AuthorityModule.csproj.AssemblyReference.cache
        │   │       ├── AuthorityModule.csproj.CopyComplete
        │   │       ├── AuthorityModule.csproj.CoreCompileInputs.cache
        │   │       ├── AuthorityModule.csproj.FileListAbsolute.txt
        │   │       ├── AuthorityModule.csproj.GenerateResource.cache
        │   │       ├── AuthorityModule.dll
        │   │       ├── AuthorityModule.g.resources
        │   │       ├── AuthorityModule.pdb
        │   │       ├── AuthorityModule_MarkupCompile.cache
        │   │       ├── AuthorityModule_MarkupCompile.i.cache
        │   │       ├── AuthorityModule_MarkupCompile.i.lref
        │   │       ├── AuthorityModule_MarkupCompile.lref
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── TempPE
        │   │       ├── ViewModels
        │   │       └── Views
        │   └── packages.config
        ├── CarrierModule
        │   ├── CarrierModule.csproj
        │   ├── CarrierModule.csproj.user
        │   ├── Module.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ViewModels
        │   │   ├── SelectTrayPointDlgViewModel.cs
        │   │   ├── SetTrayDlgViewModel.cs
        │   │   ├── SetTrayPointDlgViewModel.cs
        │   │   ├── TrayDetailsViewModel.cs
        │   │   └── TrayPointViewModel.cs
        │   ├── Views
        │   │   ├── SelectTrayPointDlg.xaml
        │   │   ├── SelectTrayPointDlg.xaml.cs
        │   │   ├── SetTrayDlg.xaml
        │   │   ├── SetTrayDlg.xaml.cs
        │   │   ├── SetTrayPointDlg.xaml
        │   │   ├── SetTrayPointDlg.xaml.cs
        │   │   ├── TrayDetailsView.xaml
        │   │   ├── TrayDetailsView.xaml.cs
        │   │   ├── TrayPointView.xaml
        │   │   └── TrayPointView.xaml.cs
        │   ├── app.config
        │   ├── bin
        │   │   └── Debug
        │   │       ├── CarrierModule.dll
        │   │       ├── CarrierModule.dll.config
        │   │       ├── CarrierModule.pdb
        │   │       ├── DBManagerment.dll
        │   │       ├── DBManagerment.dll.config
        │   │       ├── DBManagerment.pdb
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── Global.dll
        │   │       ├── Global.pdb
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── HandyControl.dll
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.dll
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Container.dll
        │   │       ├── WorkSpieceModule.dll
        │   │       ├── WorkSpieceModule.dll.config
        │   │       └── WorkSpieceModule.pdb
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── CarrierModule.Properties.Resources.resources
        │   │       ├── CarrierModule.csproj.AssemblyReference.cache
        │   │       ├── CarrierModule.csproj.CopyComplete
        │   │       ├── CarrierModule.csproj.CoreCompileInputs.cache
        │   │       ├── CarrierModule.csproj.FileListAbsolute.txt
        │   │       ├── CarrierModule.csproj.GenerateResource.cache
        │   │       ├── CarrierModule.dll
        │   │       ├── CarrierModule.g.resources
        │   │       ├── CarrierModule.pdb
        │   │       ├── CarrierModule_MarkupCompile.cache
        │   │       ├── CarrierModule_MarkupCompile.i.cache
        │   │       ├── CarrierModule_MarkupCompile.lref
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── TempPE
        │   │       ├── Views
        │   │       ├── WorkSpieceModule.Properties.Resources.resources
        │   │       ├── WorkSpieceModule.csproj.AssemblyReference.cache
        │   │       ├── WorkSpieceModule.csproj.CopyComplete
        │   │       ├── WorkSpieceModule.csproj.CoreCompileInputs.cache
        │   │       ├── WorkSpieceModule.csproj.FileListAbsolute.txt
        │   │       ├── WorkSpieceModule.csproj.GenerateResource.cache
        │   │       ├── WorkSpieceModule.csprojAssemblyReference.cache
        │   │       ├── WorkSpieceModule.dll
        │   │       ├── WorkSpieceModule.g.resources
        │   │       ├── WorkSpieceModule.pdb
        │   │       ├── WorkSpieceModule_MarkupCompile.cache
        │   │       ├── WorkSpieceModule_MarkupCompile.i.cache
        │   │       └── WorkSpieceModule_MarkupCompile.lref
        │   └── packages.config
        ├── CommunicationModule
        │   ├── CommunicationModule.csproj
        │   ├── Interfaces
        │   │   ├── EI_Communication.cs
        │   │   └── EI_PLC.cs
        │   ├── Models
        │   │   ├── MyParam.cs
        │   │   ├── PLCModel.cs
        │   │   ├── PlcEventModel.cs
        │   │   ├── PlcEventParamModel.cs
        │   │   └── WcfHelper.cs
        │   ├── Module.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── Scripts
        │   │   ├── avalon.js
        │   │   ├── avalon.min.js
        │   │   ├── avalon.mobile.js
        │   │   ├── avalon.mobile.min.js
        │   │   ├── avalon.mobile.old.js
        │   │   ├── avalon.mobile.shim.js
        │   │   ├── avalon.modern.js
        │   │   ├── avalon.modern.min.js
        │   │   ├── avalon.modern.shim.js
        │   │   └── avalon.shim.js
        │   ├── ViewModels
        │   │   ├── PLCConnViewModel.cs
        │   │   ├── PlcEventViewModel.cs
        │   │   ├── SetPLCConnDlgViewModel.cs
        │   │   └── SimulationEventViewModel.cs
        │   ├── Views
        │   │   ├── PLCConnView.xaml
        │   │   ├── PLCConnView.xaml.cs
        │   │   ├── PlcEventView.xaml
        │   │   ├── PlcEventView.xaml.cs
        │   │   ├── SetPLCConnDlg.xaml
        │   │   ├── SetPLCConnDlg.xaml.cs
        │   │   ├── SimulationEventView.xaml
        │   │   └── SimulationEventView.xaml.cs
        │   ├── app.config
        │   ├── bin
        │   │   └── Debug
        │   │       ├── BouncyCastle.Crypto.dll
        │   │       ├── CommunicationModule.dll
        │   │       ├── CommunicationModule.dll.config
        │   │       ├── CommunicationModule.pdb
        │   │       ├── ControlModule.dll
        │   │       ├── ControlModule.pdb
        │   │       ├── DBManagerment.dll
        │   │       ├── DBManagerment.dll.config
        │   │       ├── DBManagerment.pdb
        │   │       ├── EPPlus.dll
        │   │       ├── EventModules.dll
        │   │       ├── EventModules.pdb
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── Global.dll
        │   │       ├── Global.pdb
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── Google.Protobuf.dll
        │   │       ├── HandyControl.dll
        │   │       ├── ICSharpCode.AvalonEdit.dll
        │   │       ├── K4os.Compression.LZ4.Streams.dll
        │   │       ├── K4os.Compression.LZ4.dll
        │   │       ├── K4os.Hash.xxHash.dll
        │   │       ├── K4os.Hash.xxHash.xml
        │   │       ├── Microsoft.IO.RecyclableMemoryStream.dll
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── MySql.Data.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.dll
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunication.dll
        │   │       ├── SmartCommunication.pdb
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Buffers.dll
        │   │       ├── System.Buffers.xml
        │   │       ├── System.ComponentModel.Annotations.dll
        │   │       ├── System.Memory.dll
        │   │       ├── System.Memory.xml
        │   │       ├── System.Numerics.Vectors.dll
        │   │       ├── System.Numerics.Vectors.xml
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Ubiety.Dns.Core.dll
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Container.dll
        │   │       ├── WCFInterfaceModule.dll
        │   │       ├── WCFInterfaceModule.dll.config
        │   │       ├── WCFInterfaceModule.pdb
        │   │       ├── WorkingModule.dll
        │   │       ├── WorkingModule.dll.config
        │   │       ├── WorkingModule.pdb
        │   │       └── ZstdNet.dll
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── CommunicationModule.Properties.Resources.resources
        │   │       ├── CommunicationModule.csproj.AssemblyReference.cache
        │   │       ├── CommunicationModule.csproj.CopyComplete
        │   │       ├── CommunicationModule.csproj.CoreCompileInputs.cache
        │   │       ├── CommunicationModule.csproj.FileListAbsolute.txt
        │   │       ├── CommunicationModule.csproj.GenerateResource.cache
        │   │       ├── CommunicationModule.dll
        │   │       ├── CommunicationModule.g.resources
        │   │       ├── CommunicationModule.pdb
        │   │       ├── CommunicationModule_MarkupCompile.cache
        │   │       ├── CommunicationModule_MarkupCompile.i.cache
        │   │       ├── CommunicationModule_MarkupCompile.i.lref
        │   │       ├── CommunicationModule_MarkupCompile.lref
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── GeneratedInternalTypeHelper.g.cs
        │   │       ├── GeneratedInternalTypeHelper.g.i.cs
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── TempPE
        │   │       ├── ViewModels
        │   │       └── Views
        │   └── packages.config
        ├── ControlModule
        │   ├── ControlModule.csproj
        │   ├── Models
        │   │   ├── AllStatus.cs
        │   │   └── CheckInfo.cs
        │   ├── Module.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ViewModels
        │   │   └── StartViewModel.cs
        │   ├── Views
        │   │   ├── StartView.xaml
        │   │   └── StartView.xaml.cs
        │   ├── bin
        │   │   └── Debug
        │   │       ├── ControlModule.dll
        │   │       ├── ControlModule.pdb
        │   │       ├── EventModules.dll
        │   │       ├── EventModules.pdb
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── Global.dll
        │   │       ├── Global.pdb
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── HandyControl.dll
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.dll
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Unity.Abstractions.dll
        │   │       └── Unity.Container.dll
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── ControlModule.Properties.Resources.resources
        │   │       ├── ControlModule.csproj.AssemblyReference.cache
        │   │       ├── ControlModule.csproj.CopyComplete
        │   │       ├── ControlModule.csproj.CoreCompileInputs.cache
        │   │       ├── ControlModule.csproj.FileListAbsolute.txt
        │   │       ├── ControlModule.csproj.GenerateResource.cache
        │   │       ├── ControlModule.csprojAssemblyReference.cache
        │   │       ├── ControlModule.dll
        │   │       ├── ControlModule.g.resources
        │   │       ├── ControlModule.pdb
        │   │       ├── ControlModule_MarkupCompile.cache
        │   │       ├── ControlModule_MarkupCompile.i.cache
        │   │       ├── ControlModule_MarkupCompile.i.lref
        │   │       ├── ControlModule_MarkupCompile.lref
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── TempPE
        │   │       └── Views
        │   └── packages.config
        ├── DBManagerment
        │   ├── DBManagerment.csproj
        │   ├── DBManagerment.csproj.user
        │   ├── DBModle
        │   │   ├── DBContext.cs
        │   │   ├── DBControl.cs
        │   │   └── IDBControl.cs
        │   ├── Module.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── TableExtands
        │   │   ├── ICUD_DBExtend.cs
        │   │   └── OperationUserExtand.cs
        │   ├── Tables
        │   │   ├── TB_121ALabelPrintConfigModel.cs
        │   │   ├── TB_121ALaserConfigModel.cs
        │   │   ├── TB_121ASerialModel.cs
        │   │   ├── TB_121CLabelPrintConfigModel.cs
        │   │   ├── TB_121CSerialModel.cs
        │   │   ├── TB_121TuohaoModel.cs
        │   │   ├── TB_AreaModel.cs
        │   │   ├── TB_AttachmentModel.cs
        │   │   ├── TB_BufferDataModel.cs
        │   │   ├── TB_CapacityMode.cs
        │   │   ├── TB_DataModel.cs
        │   │   ├── TB_DeviceModel.cs
        │   │   ├── TB_DeviceTypeModel.cs
        │   │   ├── TB_EapEventLogModel.cs
        │   │   ├── TB_ExcelConnectorModel.cs
        │   │   ├── TB_ExcelConnectorVariableNameModel.cs
        │   │   ├── TB_ExcelConnectorVariableValueModel.cs
        │   │   ├── TB_ExcelShellLaserModel.cs
        │   │   ├── TB_ExcelShellLaserVariableNameModel.cs
        │   │   ├── TB_ExcelShellLaserVariableValueModel.cs
        │   │   ├── TB_ExcelShellPrintModel.cs
        │   │   ├── TB_ExcelShellPrintVariableNameModel.cs
        │   │   ├── TB_ExcelShellPrintVariableValueModel.cs
        │   │   ├── TB_GradeMenuModel.cs
        │   │   ├── TB_GradeModel.cs
        │   │   ├── TB_LaserOrPrintConfigModel.cs
        │   │   ├── TB_MaterialModel.cs
        │   │   ├── TB_MaterialTypeModel.cs
        │   │   ├── TB_MenuModel.cs
        │   │   ├── TB_OrderModel.cs
        │   │   ├── TB_ParameterModel.cs
        │   │   ├── TB_PlcEvnetLogModel.cs
        │   │   ├── TB_ProcessByWorkStageModel.cs
        │   │   ├── TB_ProcessMiddleWorkStageModel.cs
        │   │   ├── TB_ProductItemModel.cs
        │   │   ├── TB_ProductItemWithPropertyModel.cs
        │   │   ├── TB_ProductItemWithTrayModel.cs
        │   │   ├── TB_ProductModelModel.cs
        │   │   ├── TB_ProductionRecordLogModel.cs
        │   │   ├── TB_ProductionRecordModel.cs
        │   │   ├── TB_PropertyModel.cs
        │   │   ├── TB_ReportDataModel.cs
        │   │   ├── TB_StationModel.cs
        │   │   ├── TB_StationTypeModel.cs
        │   │   ├── TB_TrayFointModel.cs
        │   │   ├── TB_TrayModel.cs
        │   │   ├── TB_UnitModel.cs
        │   │   ├── TB_UserModel.cs
        │   │   ├── TB_WorkStageModel.cs
        │   │   ├── TB_WorkStageParameterCellModel.cs
        │   │   ├── TB_WorkStageTypeModel.cs
        │   │   ├── TB_WorkStepMiddleParameterModel.cs
        │   │   └── TB_WorkStepParameterCellDateTypeModel.cs
        │   ├── ViewModels
        │   │   ├── InitTablesInMySqlDlgViewModel.cs
        │   │   ├── InitTablesInSqlServerDlgViewModel.cs
        │   │   ├── InstallDatabaseViewModel.cs
        │   │   └── SelectSQLDlgViewModel.cs
        │   ├── Views
        │   │   ├── InitTablesInMySqlDlg.xaml
        │   │   ├── InitTablesInMySqlDlg.xaml.cs
        │   │   ├── InitTablesInSqlServerDlg.xaml
        │   │   ├── InitTablesInSqlServerDlg.xaml.cs
        │   │   ├── InstallDatabaseView.xaml
        │   │   ├── InstallDatabaseView.xaml.cs
        │   │   ├── SelectSQLDlg.xaml
        │   │   └── SelectSQLDlg.xaml.cs
        │   ├── app.config
        │   ├── bin
        │   │   └── Debug
        │   │       ├── BouncyCastle.Crypto.dll
        │   │       ├── DBManagerment.dll
        │   │       ├── DBManagerment.dll.config
        │   │       ├── DBManagerment.pdb
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── Global.dll
        │   │       ├── Global.pdb
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── Google.Protobuf.dll
        │   │       ├── HandyControl.dll
        │   │       ├── K4os.Compression.LZ4.Streams.dll
        │   │       ├── K4os.Compression.LZ4.dll
        │   │       ├── K4os.Hash.xxHash.dll
        │   │       ├── K4os.Hash.xxHash.xml
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── MySql.Data.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.dll
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Buffers.dll
        │   │       ├── System.Buffers.xml
        │   │       ├── System.Memory.dll
        │   │       ├── System.Memory.xml
        │   │       ├── System.Numerics.Vectors.dll
        │   │       ├── System.Numerics.Vectors.xml
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Ubiety.Dns.Core.dll
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Container.dll
        │   │       └── ZstdNet.dll
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── DBManagerment.Properties.Resources.resources
        │   │       ├── DBManagerment.csproj.AssemblyReference.cache
        │   │       ├── DBManagerment.csproj.CopyComplete
        │   │       ├── DBManagerment.csproj.CoreCompileInputs.cache
        │   │       ├── DBManagerment.csproj.FileListAbsolute.txt
        │   │       ├── DBManagerment.csproj.GenerateResource.cache
        │   │       ├── DBManagerment.dll
        │   │       ├── DBManagerment.g.resources
        │   │       ├── DBManagerment.pdb
        │   │       ├── DBManagerment_MarkupCompile.cache
        │   │       ├── DBManagerment_MarkupCompile.i.cache
        │   │       ├── DBManagerment_MarkupCompile.lref
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── TempPE
        │   │       └── Views
        │   └── packages.config
        ├── EventModules
        │   ├── EventAside.cs
        │   ├── EventCheck.cs
        │   ├── EventCloseBartender.cs
        │   ├── EventFingerprint.cs
        │   ├── EventHeader.cs
        │   ├── EventLogin.cs
        │   ├── EventMachineStatus.cs
        │   ├── EventMaterial.cs
        │   ├── EventModules.csproj
        │   ├── EventModules.csproj.user
        │   ├── EventOrderChanged.cs
        │   ├── EventOrderNumberChanged.cs
        │   ├── EventPrinter.cs
        │   ├── EventScaner.cs
        │   ├── EventUser.cs
        │   ├── Properties
        │   │   └── AssemblyInfo.cs
        │   ├── bin
        │   │   ├── Debug
        │   │   │   ├── CommonServiceLocator.dll
        │   │   │   ├── EventModules.dll
        │   │   │   ├── EventModules.pdb
        │   │   │   ├── Microsoft.Win32.Primitives.dll
        │   │   │   ├── Microsoft.Xaml.Behaviors.dll
        │   │   │   ├── MySqlBll.dll
        │   │   │   ├── MySqlBll.pdb
        │   │   │   ├── Prism.Unity.Wpf.dll
        │   │   │   ├── Prism.Wpf.dll
        │   │   │   ├── Prism.dll
        │   │   │   ├── SqlSugar.dll
        │   │   │   ├── System.AppContext.dll
        │   │   │   ├── System.Collections.Concurrent.dll
        │   │   │   ├── System.Collections.NonGeneric.dll
        │   │   │   ├── System.Collections.Specialized.dll
        │   │   │   ├── System.Collections.dll
        │   │   │   ├── System.ComponentModel.EventBasedAsync.dll
        │   │   │   ├── System.ComponentModel.Primitives.dll
        │   │   │   ├── System.ComponentModel.TypeConverter.dll
        │   │   │   ├── System.ComponentModel.dll
        │   │   │   ├── System.Console.dll
        │   │   │   ├── System.Data.Common.dll
        │   │   │   ├── System.Diagnostics.Contracts.dll
        │   │   │   ├── System.Diagnostics.Debug.dll
        │   │   │   ├── System.Diagnostics.FileVersionInfo.dll
        │   │   │   ├── System.Diagnostics.Process.dll
        │   │   │   ├── System.Diagnostics.StackTrace.dll
        │   │   │   ├── System.Diagnostics.TextWriterTraceListener.dll
        │   │   │   ├── System.Diagnostics.Tools.dll
        │   │   │   ├── System.Diagnostics.TraceSource.dll
        │   │   │   ├── System.Diagnostics.Tracing.dll
        │   │   │   ├── System.Drawing.Primitives.dll
        │   │   │   ├── System.Dynamic.Runtime.dll
        │   │   │   ├── System.Globalization.Calendars.dll
        │   │   │   ├── System.Globalization.Extensions.dll
        │   │   │   ├── System.Globalization.dll
        │   │   │   ├── System.IO.Compression.ZipFile.dll
        │   │   │   ├── System.IO.Compression.dll
        │   │   │   ├── System.IO.FileSystem.DriveInfo.dll
        │   │   │   ├── System.IO.FileSystem.Primitives.dll
        │   │   │   ├── System.IO.FileSystem.Watcher.dll
        │   │   │   ├── System.IO.FileSystem.dll
        │   │   │   ├── System.IO.IsolatedStorage.dll
        │   │   │   ├── System.IO.MemoryMappedFiles.dll
        │   │   │   ├── System.IO.Pipes.dll
        │   │   │   ├── System.IO.UnmanagedMemoryStream.dll
        │   │   │   ├── System.IO.dll
        │   │   │   ├── System.Linq.Expressions.dll
        │   │   │   ├── System.Linq.Parallel.dll
        │   │   │   ├── System.Linq.Queryable.dll
        │   │   │   ├── System.Linq.dll
        │   │   │   ├── System.Net.Http.dll
        │   │   │   ├── System.Net.NameResolution.dll
        │   │   │   ├── System.Net.NetworkInformation.dll
        │   │   │   ├── System.Net.Ping.dll
        │   │   │   ├── System.Net.Primitives.dll
        │   │   │   ├── System.Net.Requests.dll
        │   │   │   ├── System.Net.Security.dll
        │   │   │   ├── System.Net.Sockets.dll
        │   │   │   ├── System.Net.WebHeaderCollection.dll
        │   │   │   ├── System.Net.WebSockets.Client.dll
        │   │   │   ├── System.Net.WebSockets.dll
        │   │   │   ├── System.ObjectModel.dll
        │   │   │   ├── System.Reflection.Extensions.dll
        │   │   │   ├── System.Reflection.Primitives.dll
        │   │   │   ├── System.Reflection.dll
        │   │   │   ├── System.Resources.Reader.dll
        │   │   │   ├── System.Resources.ResourceManager.dll
        │   │   │   ├── System.Resources.Writer.dll
        │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │   │   ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │   │   ├── System.Runtime.CompilerServices.VisualC.dll
        │   │   │   ├── System.Runtime.Extensions.dll
        │   │   │   ├── System.Runtime.Handles.dll
        │   │   │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
        │   │   │   ├── System.Runtime.InteropServices.dll
        │   │   │   ├── System.Runtime.Numerics.dll
        │   │   │   ├── System.Runtime.Serialization.Formatters.dll
        │   │   │   ├── System.Runtime.Serialization.Json.dll
        │   │   │   ├── System.Runtime.Serialization.Primitives.dll
        │   │   │   ├── System.Runtime.Serialization.Xml.dll
        │   │   │   ├── System.Runtime.dll
        │   │   │   ├── System.Security.Claims.dll
        │   │   │   ├── System.Security.Cryptography.Algorithms.dll
        │   │   │   ├── System.Security.Cryptography.Csp.dll
        │   │   │   ├── System.Security.Cryptography.Encoding.dll
        │   │   │   ├── System.Security.Cryptography.Primitives.dll
        │   │   │   ├── System.Security.Cryptography.X509Certificates.dll
        │   │   │   ├── System.Security.Principal.dll
        │   │   │   ├── System.Security.SecureString.dll
        │   │   │   ├── System.Text.Encoding.Extensions.dll
        │   │   │   ├── System.Text.Encoding.dll
        │   │   │   ├── System.Text.RegularExpressions.dll
        │   │   │   ├── System.Threading.Overlapped.dll
        │   │   │   ├── System.Threading.Tasks.Extensions.dll
        │   │   │   ├── System.Threading.Tasks.Extensions.xml
        │   │   │   ├── System.Threading.Tasks.Parallel.dll
        │   │   │   ├── System.Threading.Tasks.dll
        │   │   │   ├── System.Threading.Thread.dll
        │   │   │   ├── System.Threading.ThreadPool.dll
        │   │   │   ├── System.Threading.Timer.dll
        │   │   │   ├── System.Threading.dll
        │   │   │   ├── System.ValueTuple.dll
        │   │   │   ├── System.ValueTuple.xml
        │   │   │   ├── System.Windows.Interactivity.dll
        │   │   │   ├── System.Xml.ReaderWriter.dll
        │   │   │   ├── System.Xml.XDocument.dll
        │   │   │   ├── System.Xml.XPath.XDocument.dll
        │   │   │   ├── System.Xml.XPath.dll
        │   │   │   ├── System.Xml.XmlDocument.dll
        │   │   │   ├── System.Xml.XmlSerializer.dll
        │   │   │   ├── Unity.Abstractions.dll
        │   │   │   ├── Unity.Container.dll
        │   │   │   └── netstandard.dll
        │   │   └── x64
        │   │       └── Debug
        │   ├── obj
        │   │   ├── Debug
        │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
        │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │   │   ├── EventModules.csproj.AssemblyReference.cache
        │   │   │   ├── EventModules.csproj.CopyComplete
        │   │   │   ├── EventModules.csproj.CoreCompileInputs.cache
        │   │   │   ├── EventModules.csproj.FileListAbsolute.txt
        │   │   │   ├── EventModules.dll
        │   │   │   ├── EventModules.pdb
        │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
        │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
        │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
        │   │   └── x64
        │   │       └── Debug
        │   └── packages.config
        ├── FB_Interface
        │   ├── FB_Interface.csproj
        │   ├── FB_Modules
        │   │   └── CommunicationModule
        │   │       ├── IM_Communication.cs
        │   │       ├── IM_LJFLoad.cs
        │   │       ├── IM_LablePrint.cs
        │   │       ├── IM_Order.cs
        │   │       ├── IM_P800Load.cs
        │   │       ├── IM_PELoad.cs
        │   │       ├── IM_PLC.cs
        │   │       ├── IM_ShellLaser.cs
        │   │       ├── IM_Test.cs
        │   │       └── IM_Todo.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── app.config
        │   ├── bin
        │   │   └── Debug
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── HandyControl.dll
        │   │       ├── HandyControl.pdb
        │   │       ├── HandyControl.xml
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunication.dll
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── ca-ES
        │   │       ├── en
        │   │       ├── fa
        │   │       ├── fr
        │   │       ├── ko-KR
        │   │       ├── pl
        │   │       ├── pt-BR
        │   │       ├── ru
        │   │       └── tr
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── FB_Interface.Properties.Resources.resources
        │   │       ├── FB_Interface.csproj.AssemblyReference.cache
        │   │       ├── FB_Interface.csproj.CopyComplete
        │   │       ├── FB_Interface.csproj.CoreCompileInputs.cache
        │   │       ├── FB_Interface.csproj.FileListAbsolute.txt
        │   │       ├── FB_Interface.csproj.GenerateResource.cache
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.pdb
        │   │       ├── FB_Interface_MarkupCompile.i.cache
        │   │       ├── MainWindow.g.i.cs
        │   │       └── TempPE
        │   └── packages.config
        ├── GlobalModule
        │   ├── App.config
        │   ├── App.xaml
        │   ├── App.xaml.cs
        │   ├── GlobalModule.csproj
        │   ├── Models
        │   │   └── MyGlobal.cs
        │   ├── Module.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── bin
        │   │   └── Debug
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── Microsoft.Xaml.Behaviors.pdb
        │   │       ├── Microsoft.Xaml.Behaviors.xml
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.Wpf.pdb
        │   │       ├── Prism.Wpf.xml
        │   │       ├── Prism.dll
        │   │       ├── Prism.pdb
        │   │       └── Prism.xml
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.cs
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── GlobalModule.Properties.Resources.resources
        │   │       ├── GlobalModule.csproj.AssemblyReference.cache
        │   │       ├── GlobalModule.csproj.CopyComplete
        │   │       ├── GlobalModule.csproj.CoreCompileInputs.cache
        │   │       ├── GlobalModule.csproj.FileListAbsolute.txt
        │   │       ├── GlobalModule.csproj.GenerateResource.cache
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.pdb
        │   │       ├── GlobalModule_MarkupCompile.cache
        │   │       ├── GlobalModule_MarkupCompile.i.cache
        │   │       └── MainWindow.g.i.cs
        │   └── packages.config
        ├── InstallDBApp
        │   ├── App.config
        │   ├── App.xaml
        │   ├── App.xaml.cs
        │   ├── Image
        │   │   └── db.png
        │   ├── InstallDBApp.csproj
        │   ├── InstallDBApp.csproj.user
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ViewModels
        │   │   └── MainWindowViewModel.cs
        │   ├── Views
        │   │   ├── MainWindow.xaml
        │   │   └── MainWindow.xaml.cs
        │   ├── bin
        │   │   └── Debug
        │   │       ├── BouncyCastle.Crypto.dll
        │   │       ├── DBManagerment.dll
        │   │       ├── DBManagerment.dll.config
        │   │       ├── DBManagerment.pdb
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── Global.dll
        │   │       ├── Global.pdb
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── Google.Protobuf.dll
        │   │       ├── Google.Protobuf.pdb
        │   │       ├── Google.Protobuf.xml
        │   │       ├── HandyControl.dll
        │   │       ├── HandyControl.pdb
        │   │       ├── HandyControl.xml
        │   │       ├── InstallDBApp.exe
        │   │       ├── InstallDBApp.exe.config
        │   │       ├── InstallDBApp.pdb
        │   │       ├── K4os.Compression.LZ4.Streams.dll
        │   │       ├── K4os.Compression.LZ4.Streams.xml
        │   │       ├── K4os.Compression.LZ4.dll
        │   │       ├── K4os.Compression.LZ4.xml
        │   │       ├── K4os.Hash.xxHash.dll
        │   │       ├── K4os.Hash.xxHash.xml
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── Microsoft.Xaml.Behaviors.pdb
        │   │       ├── Microsoft.Xaml.Behaviors.xml
        │   │       ├── MySql.Data.dll
        │   │       ├── MySql.Data.xml
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Unity.Wpf.pdb
        │   │       ├── Prism.Unity.Wpf.xml
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.Wpf.pdb
        │   │       ├── Prism.Wpf.xml
        │   │       ├── Prism.dll
        │   │       ├── Prism.pdb
        │   │       ├── Prism.xml
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Buffers.dll
        │   │       ├── System.Buffers.xml
        │   │       ├── System.Memory.dll
        │   │       ├── System.Memory.xml
        │   │       ├── System.Numerics.Vectors.dll
        │   │       ├── System.Numerics.Vectors.xml
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Ubiety.Dns.Core.dll
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Abstractions.pdb
        │   │       ├── Unity.Container.dll
        │   │       ├── Unity.Container.pdb
        │   │       ├── ZstdNet.dll
        │   │       ├── ca-ES
        │   │       ├── en
        │   │       ├── fa
        │   │       ├── fr
        │   │       ├── ko-KR
        │   │       ├── pl
        │   │       ├── pt-BR
        │   │       ├── ru
        │   │       └── tr
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.baml
        │   │       ├── App.g.cs
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── InstallDBApp.Properties.Resources.resources
        │   │       ├── InstallDBApp.csproj.AssemblyReference.cache
        │   │       ├── InstallDBApp.csproj.CopyComplete
        │   │       ├── InstallDBApp.csproj.CoreCompileInputs.cache
        │   │       ├── InstallDBApp.csproj.FileListAbsolute.txt
        │   │       ├── InstallDBApp.csproj.GenerateResource.cache
        │   │       ├── InstallDBApp.exe
        │   │       ├── InstallDBApp.g.resources
        │   │       ├── InstallDBApp.pdb
        │   │       ├── InstallDBApp_Content.g.i.cs
        │   │       ├── InstallDBApp_MarkupCompile.cache
        │   │       ├── InstallDBApp_MarkupCompile.i.cache
        │   │       ├── InstallDBApp_MarkupCompile.i.lref
        │   │       ├── InstallDBApp_MarkupCompile.lref
        │   │       ├── MainWindow.g.i.cs
        │   │       └── Views
        │   └── packages.config
        ├── LJFDownloaderModule
        │   ├── Dll
        │   │   ├── OpteeQDLL.h
        │   │   └── OpteeQ_DLL.dll
        │   ├── Interfaces
        │   │   └── EI_LJFLoad.cs
        │   ├── LJFDownloaderModule.csproj
        │   ├── Models
        │   │   ├── LJFModel.cs
        │   │   └── OpteeqHelper.cs
        │   ├── Module.cs
        │   ├── Properties
        │   │   └── AssemblyInfo.cs
        │   ├── ViewModels
        │   │   └── LJFManualDownloaderViewModel.cs
        │   ├── Views
        │   │   ├── LJFManualDownloaderView.xaml
        │   │   └── LJFManualDownloaderView.xaml.cs
        │   ├── bin
        │   │   └── Debug
        │   │       ├── Dll
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── HandyControl.dll
        │   │       ├── HandyControl.pdb
        │   │       ├── HandyControl.xml
        │   │       ├── LJFDownloaderModule.dll
        │   │       ├── LJFDownloaderModule.pdb
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── Microsoft.Xaml.Behaviors.pdb
        │   │       ├── Microsoft.Xaml.Behaviors.xml
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Unity.Wpf.pdb
        │   │       ├── Prism.Unity.Wpf.xml
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.Wpf.pdb
        │   │       ├── Prism.Wpf.xml
        │   │       ├── Prism.dll
        │   │       ├── Prism.pdb
        │   │       ├── Prism.xml
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Abstractions.pdb
        │   │       ├── Unity.Container.dll
        │   │       └── Unity.Container.pdb
        │   ├── obj
        │   │   └── Debug
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── LJFDownloaderModule.csproj.AssemblyReference.cache
        │   │       ├── LJFDownloaderModule.csproj.CopyComplete
        │   │       ├── LJFDownloaderModule.csproj.CoreCompileInputs.cache
        │   │       ├── LJFDownloaderModule.csproj.FileListAbsolute.txt
        │   │       ├── LJFDownloaderModule.dll
        │   │       ├── LJFDownloaderModule.g.resources
        │   │       ├── LJFDownloaderModule.pdb
        │   │       ├── LJFDownloaderModule_MarkupCompile.cache
        │   │       ├── LJFDownloaderModule_MarkupCompile.i.cache
        │   │       ├── LJFDownloaderModule_MarkupCompile.i.lref
        │   │       ├── LJFDownloaderModule_MarkupCompile.lref
        │   │       └── Views
        │   └── packages.config
        ├── MainApp
        │   ├── App.config
        │   ├── App.xaml
        │   ├── App.xaml.cs
        │   ├── Icons
        │   │   ├── Main.ico
        │   │   ├── WCFSet.ico
        │   │   ├── config.ico
        │   │   ├── ecu.png
        │   │   ├── kstopa.ico
        │   │   ├── kstopa.png
        │   │   ├── service.ico
        │   │   ├── user.ico
        │   │   └── xigy.jpg
        │   ├── MainApp.csproj
        │   ├── MainApp.csproj.user
        │   ├── MainWindow.xaml
        │   ├── MainWindow.xaml.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ViewModels
        │   │   ├── CheckUserAndPasswordDlgViewModel.cs
        │   │   ├── ClientRegionViewModel.cs
        │   │   └── MainWindowViewModel.cs
        │   ├── Views
        │   │   ├── CheckUserAndPasswordDlg.xaml
        │   │   ├── CheckUserAndPasswordDlg.xaml.cs
        │   │   ├── ClientRegion.xaml
        │   │   ├── ClientRegion.xaml.cs
        │   │   ├── MainWindow.xaml
        │   │   └── MainWindow.xaml.cs
        │   ├── bin
        │   │   └── Debug
        │   │       ├── AsideWnd.dll
        │   │       ├── AsideWnd.dll.config
        │   │       ├── AsideWnd.pdb
        │   │       ├── AuthorityModule.dll
        │   │       ├── AuthorityModule.dll.config
        │   │       ├── AuthorityModule.pdb
        │   │       ├── BouncyCastle.Crypto.dll
        │   │       ├── CarrierModule.dll
        │   │       ├── CarrierModule.dll.config
        │   │       ├── CarrierModule.pdb
        │   │       ├── CommunicationModule.dll
        │   │       ├── CommunicationModule.dll.config
        │   │       ├── CommunicationModule.pdb
        │   │       ├── ControlModule.dll
        │   │       ├── ControlModule.pdb
        │   │       ├── DBManagerment.dll
        │   │       ├── DBManagerment.dll.config
        │   │       ├── DBManagerment.pdb
        │   │       ├── Dll
        │   │       ├── EPPlus.dll
        │   │       ├── EPPlus.xml
        │   │       ├── EventModules.dll
        │   │       ├── EventModules.pdb
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── FooterWnd.dll
        │   │       ├── FooterWnd.dll.config
        │   │       ├── FooterWnd.pdb
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── Google.Protobuf.dll
        │   │       ├── HandyControl.dll
        │   │       ├── HandyControl.pdb
        │   │       ├── HandyControl.xml
        │   │       ├── ICSharpCode.AvalonEdit.dll
        │   │       ├── K4os.Compression.LZ4.Streams.dll
        │   │       ├── K4os.Compression.LZ4.dll
        │   │       ├── K4os.Hash.xxHash.dll
        │   │       ├── K4os.Hash.xxHash.xml
        │   │       ├── LJFDownloaderModule.dll
        │   │       ├── LJFDownloaderModule.pdb
        │   │       ├── LoginWnd.dll
        │   │       ├── LoginWnd.dll.config
        │   │       ├── LoginWnd.pdb
        │   │       ├── MainApp.exe
        │   │       ├── MainApp.exe.config
        │   │       ├── MainApp.pdb
        │   │       ├── ManufactureModule.dll
        │   │       ├── ManufactureModule.dll.config
        │   │       ├── ManufactureModule.pdb
        │   │       ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
        │   │       ├── Microsoft.Extensions.DependencyInjection.Abstractions.xml
        │   │       ├── Microsoft.Extensions.Logging.Abstractions.dll
        │   │       ├── Microsoft.Extensions.Logging.Abstractions.xml
        │   │       ├── Microsoft.Extensions.Logging.dll
        │   │       ├── Microsoft.Extensions.Logging.xml
        │   │       ├── Microsoft.Extensions.Options.dll
        │   │       ├── Microsoft.Extensions.Options.xml
        │   │       ├── Microsoft.Extensions.Primitives.dll
        │   │       ├── Microsoft.Extensions.Primitives.xml
        │   │       ├── Microsoft.IO.RecyclableMemoryStream.dll
        │   │       ├── Microsoft.IO.RecyclableMemoryStream.xml
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── Microsoft.Xaml.Behaviors.pdb
        │   │       ├── Microsoft.Xaml.Behaviors.xml
        │   │       ├── MySql.Data.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── P800DownloaderModule.dll
        │   │       ├── P800DownloaderModule.pdb
        │   │       ├── PEDownloaderModule.dll
        │   │       ├── PEDownloaderModule.dll.config
        │   │       ├── PEDownloaderModule.pdb
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Unity.Wpf.pdb
        │   │       ├── Prism.Unity.Wpf.xml
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.Wpf.pdb
        │   │       ├── Prism.Wpf.xml
        │   │       ├── Prism.dll
        │   │       ├── Prism.pdb
        │   │       ├── Prism.xml
        │   │       ├── ProductDefinitionModule.dll
        │   │       ├── ProductDefinitionModule.dll.config
        │   │       ├── ProductDefinitionModule.pdb
        │   │       ├── SF.Controls.dll
        │   │       ├── SF.Controls.pdb
        │   │       ├── Serilog.Extensions.Logging.dll
        │   │       ├── Serilog.Extensions.Logging.xml
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SiemensConfig
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Buffers.dll
        │   │       ├── System.Buffers.xml
        │   │       ├── System.Memory.dll
        │   │       ├── System.Memory.xml
        │   │       ├── System.Numerics.Vectors.dll
        │   │       ├── System.Numerics.Vectors.xml
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Ubiety.Dns.Core.dll
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Abstractions.pdb
        │   │       ├── Unity.Container.dll
        │   │       ├── Unity.Container.pdb
        │   │       ├── WaitWnd.exe
        │   │       ├── WaitWnd.exe.config
        │   │       ├── WaitWnd.pdb
        │   │       ├── WorkStageModule.dll
        │   │       ├── WorkStageModule.dll.config
        │   │       ├── WorkStageModule.pdb
        │   │       ├── WorkingModule.dll
        │   │       ├── WorkingModule.dll.config
        │   │       ├── WorkingModule.pdb
        │   │       ├── ZstdNet.dll
        │   │       ├── ca-ES
        │   │       ├── es
        │   │       ├── fa
        │   │       ├── fr
        │   │       ├── ko-KR
        │   │       ├── pl
        │   │       ├── pt-BR
        │   │       ├── ru
        │   │       ├── tr
        │   │       └── zh-CN
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.baml
        │   │       ├── App.g.cs
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainApp.Properties.Resources.resources
        │   │       ├── MainApp.csproj.AssemblyReference.cache
        │   │       ├── MainApp.csproj.CopyComplete
        │   │       ├── MainApp.csproj.CoreCompileInputs.cache
        │   │       ├── MainApp.csproj.FileListAbsolute.txt
        │   │       ├── MainApp.csproj.GenerateResource.cache
        │   │       ├── MainApp.exe
        │   │       ├── MainApp.exe.config
        │   │       ├── MainApp.g.resources
        │   │       ├── MainApp.pdb
        │   │       ├── MainApp_Content.g.i.cs
        │   │       ├── MainApp_MarkupCompile.cache
        │   │       ├── MainApp_MarkupCompile.i.cache
        │   │       ├── MainApp_MarkupCompile.i.lref
        │   │       ├── MainApp_MarkupCompile.lref
        │   │       ├── MainWindow.baml
        │   │       ├── MainWindow.g.cs
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── TempPE
        │   │       └── Views
        │   └── packages.config
        ├── MainApp.sln
        ├── ManufactureModule
        │   ├── App.config
        │   ├── Interfaces
        │   │   └── EI_Order.cs
        │   ├── ManufactureModule.csproj
        │   ├── Models
        │   │   ├── ExcelEntity.cs
        │   │   └── WcfHelper.cs
        │   ├── Module.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ViewModels
        │   │   ├── OrderViewModel.cs
        │   │   ├── SetOrderDlgViewModel.cs
        │   │   └── SetOrderExcelDlgViewModel.cs
        │   ├── Views
        │   │   ├── OrderView.xaml
        │   │   ├── OrderView.xaml.cs
        │   │   ├── SetOrderDlg.xaml
        │   │   ├── SetOrderDlg.xaml.cs
        │   │   ├── SetOrderExcelDlg.xaml
        │   │   └── SetOrderExcelDlg.xaml.cs
        │   ├── bin
        │   │   └── Debug
        │   │       ├── BouncyCastle.Crypto.dll
        │   │       ├── DBManagerment.dll
        │   │       ├── DBManagerment.dll.config
        │   │       ├── DBManagerment.pdb
        │   │       ├── EPPlus.dll
        │   │       ├── EPPlus.xml
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── Global.dll
        │   │       ├── Global.pdb
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── Google.Protobuf.dll
        │   │       ├── HandyControl.dll
        │   │       ├── K4os.Compression.LZ4.Streams.dll
        │   │       ├── K4os.Compression.LZ4.dll
        │   │       ├── K4os.Hash.xxHash.dll
        │   │       ├── K4os.Hash.xxHash.xml
        │   │       ├── ManufactureModule.dll
        │   │       ├── ManufactureModule.dll.config
        │   │       ├── ManufactureModule.pdb
        │   │       ├── Microsoft.IO.RecyclableMemoryStream.dll
        │   │       ├── Microsoft.IO.RecyclableMemoryStream.xml
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── MySql.Data.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.dll
        │   │       ├── SF.Controls.dll
        │   │       ├── SF.Controls.pdb
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Buffers.dll
        │   │       ├── System.Buffers.xml
        │   │       ├── System.ComponentModel.Annotations.dll
        │   │       ├── System.Memory.dll
        │   │       ├── System.Memory.xml
        │   │       ├── System.Numerics.Vectors.dll
        │   │       ├── System.Numerics.Vectors.xml
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Ubiety.Dns.Core.dll
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Container.dll
        │   │       └── ZstdNet.dll
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── ManufactureModule.Properties.Resources.resources
        │   │       ├── ManufactureModule.csproj.AssemblyReference.cache
        │   │       ├── ManufactureModule.csproj.CopyComplete
        │   │       ├── ManufactureModule.csproj.CoreCompileInputs.cache
        │   │       ├── ManufactureModule.csproj.FileListAbsolute.txt
        │   │       ├── ManufactureModule.csproj.GenerateResource.cache
        │   │       ├── ManufactureModule.dll
        │   │       ├── ManufactureModule.g.resources
        │   │       ├── ManufactureModule.pdb
        │   │       ├── ManufactureModule_MarkupCompile.cache
        │   │       ├── ManufactureModule_MarkupCompile.i.cache
        │   │       ├── ManufactureModule_MarkupCompile.i.lref
        │   │       ├── ManufactureModule_MarkupCompile.lref
        │   │       ├── TempPE
        │   │       └── Views
        │   └── packages.config
        ├── OpteeQDLL.log
        ├── OrderModule
        │   ├── Module.cs
        │   ├── OrderModule.csproj
        │   ├── Properties
        │   │   └── AssemblyInfo.cs
        │   ├── bin
        │   │   └── Debug
        │   │       ├── HandyControl.dll
        │   │       ├── HandyControl.pdb
        │   │       ├── HandyControl.xml
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── Microsoft.Xaml.Behaviors.pdb
        │   │       ├── Microsoft.Xaml.Behaviors.xml
        │   │       ├── OrderModule.dll
        │   │       ├── OrderModule.pdb
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Unity.Wpf.pdb
        │   │       ├── Prism.Unity.Wpf.xml
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.Wpf.pdb
        │   │       ├── Prism.Wpf.xml
        │   │       ├── Prism.dll
        │   │       ├── Prism.pdb
        │   │       ├── Prism.xml
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Abstractions.pdb
        │   │       ├── Unity.Container.dll
        │   │       ├── Unity.Container.pdb
        │   │       ├── ca-ES
        │   │       ├── es
        │   │       ├── fa
        │   │       ├── fr
        │   │       ├── ko-KR
        │   │       ├── pl
        │   │       ├── pt-BR
        │   │       ├── ru
        │   │       ├── tr
        │   │       └── zh-CN
        │   ├── obj
        │   │   └── Debug
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── OrderModule.csproj.AssemblyReference.cache
        │   │       ├── OrderModule.csproj.CopyComplete
        │   │       ├── OrderModule.csproj.CoreCompileInputs.cache
        │   │       ├── OrderModule.csproj.FileListAbsolute.txt
        │   │       ├── OrderModule.dll
        │   │       └── OrderModule.pdb
        │   └── packages.config
        ├── P800DownloaderModule
        │   ├── Dll
        │   │   ├── Pxx_ATE.dll
        │   │   ├── Pxx_ATEX64.dll
        │   │   └── TransBaseLib.dll
        │   ├── Interfaces
        │   │   └── EI_P800Load.cs
        │   ├── Models
        │   │   ├── CommonFunc.cs
        │   │   ├── LastErrorCode.cs
        │   │   ├── P800Model.cs
        │   │   └── Pxx_ATEInterface.cs
        │   ├── Module.cs
        │   ├── P800DownloaderModule.csproj
        │   ├── P800DownloaderModule.csproj.user
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ViewModels
        │   │   └── P800ManualDownloaderViewModel.cs
        │   ├── Views
        │   │   ├── P800ManualDownloaderView.xaml
        │   │   └── P800ManualDownloaderView.xaml.cs
        │   ├── bin
        │   │   └── Debug
        │   │       ├── Dll
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── HandyControl.dll
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── P800DownloaderModule.dll
        │   │       ├── P800DownloaderModule.pdb
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.dll
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Unity.Abstractions.dll
        │   │       └── Unity.Container.dll
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── P800DownloaderModule.Properties.Resources.resources
        │   │       ├── P800DownloaderModule.csproj.AssemblyReference.cache
        │   │       ├── P800DownloaderModule.csproj.CopyComplete
        │   │       ├── P800DownloaderModule.csproj.CoreCompileInputs.cache
        │   │       ├── P800DownloaderModule.csproj.FileListAbsolute.txt
        │   │       ├── P800DownloaderModule.csproj.GenerateResource.cache
        │   │       ├── P800DownloaderModule.csprojAssemblyReference.cache
        │   │       ├── P800DownloaderModule.dll
        │   │       ├── P800DownloaderModule.g.resources
        │   │       ├── P800DownloaderModule.pdb
        │   │       ├── P800DownloaderModule_MarkupCompile.cache
        │   │       ├── P800DownloaderModule_MarkupCompile.i.cache
        │   │       ├── P800DownloaderModule_MarkupCompile.i.lref
        │   │       ├── P800DownloaderModule_MarkupCompile.lref
        │   │       ├── TempPE
        │   │       └── Views
        │   └── packages.config
        ├── PEDownloaderModule
        │   ├── Dll
        │   │   ├── PE01
        │   │   │   └── CycloneControlSDK.dll
        │   │   ├── PE02
        │   │   │   └── CycloneControlSDK.dll
        │   │   ├── PE03
        │   │   │   └── CycloneControlSDK.dll
        │   │   ├── PE04
        │   │   │   └── CycloneControlSDK.dll
        │   │   ├── PE05
        │   │   │   └── CycloneControlSDK.dll
        │   │   └── PE06
        │   │       └── CycloneControlSDK.dll
        │   ├── Interfaces
        │   │   └── EI_PELoad.cs
        │   ├── Models
        │   │   ├── PEModel.cs
        │   │   ├── cyclone_control_api_01.cs
        │   │   ├── cyclone_control_api_02.cs
        │   │   ├── cyclone_control_api_03.cs
        │   │   ├── cyclone_control_api_04.cs
        │   │   ├── cyclone_control_api_05.cs
        │   │   └── cyclone_control_api_06.cs
        │   ├── Module.cs
        │   ├── PEDownloaderModule.csproj
        │   ├── PEDownloaderModule.csproj.user
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ViewModels
        │   │   └── PEManualDownloaderViewModel.cs
        │   ├── Views
        │   │   ├── PEManualDownloaderView.xaml
        │   │   └── PEManualDownloaderView.xaml.cs
        │   ├── app.config
        │   ├── bin
        │   │   └── Debug
        │   │       ├── Dll
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── HandyControl.dll
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── PEDownloaderModule.dll
        │   │       ├── PEDownloaderModule.dll.config
        │   │       ├── PEDownloaderModule.pdb
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.dll
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SmartThreadPool.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Unity.Abstractions.dll
        │   │       └── Unity.Container.dll
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── PEDownloaderModule.Properties.Resources.resources
        │   │       ├── PEDownloaderModule.csproj.AssemblyReference.cache
        │   │       ├── PEDownloaderModule.csproj.CopyComplete
        │   │       ├── PEDownloaderModule.csproj.CoreCompileInputs.cache
        │   │       ├── PEDownloaderModule.csproj.FileListAbsolute.txt
        │   │       ├── PEDownloaderModule.csproj.GenerateResource.cache
        │   │       ├── PEDownloaderModule.csprojAssemblyReference.cache
        │   │       ├── PEDownloaderModule.dll
        │   │       ├── PEDownloaderModule.g.resources
        │   │       ├── PEDownloaderModule.pdb
        │   │       ├── PEDownloaderModule_MarkupCompile.cache
        │   │       ├── PEDownloaderModule_MarkupCompile.i.cache
        │   │       ├── PEDownloaderModule_MarkupCompile.i.lref
        │   │       ├── PEDownloaderModule_MarkupCompile.lref
        │   │       ├── TempPE
        │   │       └── Views
        │   └── packages.config
        ├── ProductDefinitionModule
        │   ├── Models
        │   │   ├── MyTrayModel.cs
        │   │   └── WcfHelper.cs
        │   ├── Module.cs
        │   ├── ProductDefinitionModule.csproj
        │   ├── ProductDefinitionModule.csproj.user
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ViewModels
        │   │   ├── ProductItemViewModel.cs
        │   │   ├── ProductViewModel.cs
        │   │   ├── Set121AClientSerialNumberDlgViewModel.cs
        │   │   ├── Set121ALabelPrintDlgViewModel.cs
        │   │   ├── Set121ATuhaoDlgViewModel.cs
        │   │   ├── Set121CClientSerialNumberDlgViewModel.cs
        │   │   ├── Set121CLabelPrintDlgViewModel.cs
        │   │   ├── SetAttachmentDlgViewModel.cs
        │   │   ├── SetAttachmentViewModel.cs
        │   │   ├── SetConnectorLaserDlgViewModel.cs
        │   │   ├── SetProductDlgViewModel.cs
        │   │   ├── SetProductItemDlgViewModel.cs
        │   │   ├── SetProductItemWithTryDlgViewModel.cs
        │   │   ├── SetPropertyDlgViewModel.cs
        │   │   ├── SetPropertyViewModel.cs
        │   │   ├── SetSelectModelDlgViewModel.cs
        │   │   └── SetShellLaserDlgViewModel.cs
        │   ├── Views
        │   │   ├── ProductItemView.xaml
        │   │   ├── ProductItemView.xaml.cs
        │   │   ├── ProductView.xaml
        │   │   ├── ProductView.xaml.cs
        │   │   ├── Set121AClientSerialNumberDlg.xaml
        │   │   ├── Set121AClientSerialNumberDlg.xaml.cs
        │   │   ├── Set121ALabelPrintDlg.xaml
        │   │   ├── Set121ALabelPrintDlg.xaml.cs
        │   │   ├── Set121ATuhaoDlg.xaml
        │   │   ├── Set121ATuhaoDlg.xaml.cs
        │   │   ├── Set121CClientSerialNumberDlg.xaml
        │   │   ├── Set121CClientSerialNumberDlg.xaml.cs
        │   │   ├── Set121CLabelPrintDlg.xaml
        │   │   ├── Set121CLabelPrintDlg.xaml.cs
        │   │   ├── SetAttachmentDlg.xaml
        │   │   ├── SetAttachmentDlg.xaml.cs
        │   │   ├── SetAttachmentView.xaml
        │   │   ├── SetAttachmentView.xaml.cs
        │   │   ├── SetConnectorLaserDlg.xaml
        │   │   ├── SetConnectorLaserDlg.xaml.cs
        │   │   ├── SetProductDlg.xaml
        │   │   ├── SetProductDlg.xaml.cs
        │   │   ├── SetProductItemDlg.xaml
        │   │   ├── SetProductItemDlg.xaml.cs
        │   │   ├── SetProductItemWithTryDlg.xaml
        │   │   ├── SetProductItemWithTryDlg.xaml.cs
        │   │   ├── SetPropertyDlg.xaml
        │   │   ├── SetPropertyDlg.xaml.cs
        │   │   ├── SetPropertyView.xaml
        │   │   ├── SetPropertyView.xaml.cs
        │   │   ├── SetSelectModelDlg.xaml
        │   │   ├── SetSelectModelDlg.xaml.cs
        │   │   ├── SetShellLaserDlg.xaml
        │   │   └── SetShellLaserDlg.xaml.cs
        │   ├── app.config
        │   ├── bin
        │   │   └── Debug
        │   │       ├── BouncyCastle.Crypto.dll
        │   │       ├── DBManagerment.dll
        │   │       ├── DBManagerment.dll.config
        │   │       ├── DBManagerment.pdb
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── Global.dll
        │   │       ├── Global.pdb
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── Google.Protobuf.dll
        │   │       ├── HandyControl.dll
        │   │       ├── K4os.Compression.LZ4.Streams.dll
        │   │       ├── K4os.Compression.LZ4.dll
        │   │       ├── K4os.Hash.xxHash.dll
        │   │       ├── K4os.Hash.xxHash.xml
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── MySql.Data.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.dll
        │   │       ├── ProductDefinitionModule.dll
        │   │       ├── ProductDefinitionModule.dll.config
        │   │       ├── ProductDefinitionModule.pdb
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Buffers.dll
        │   │       ├── System.Buffers.xml
        │   │       ├── System.Memory.dll
        │   │       ├── System.Memory.xml
        │   │       ├── System.Numerics.Vectors.dll
        │   │       ├── System.Numerics.Vectors.xml
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Ubiety.Dns.Core.dll
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Container.dll
        │   │       └── ZstdNet.dll
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── ProductDefinitionModule.Properties.Resources.resources
        │   │       ├── ProductDefinitionModule.csproj.AssemblyReference.cache
        │   │       ├── ProductDefinitionModule.csproj.CopyComplete
        │   │       ├── ProductDefinitionModule.csproj.CoreCompileInputs.cache
        │   │       ├── ProductDefinitionModule.csproj.FileListAbsolute.txt
        │   │       ├── ProductDefinitionModule.csproj.GenerateResource.cache
        │   │       ├── ProductDefinitionModule.dll
        │   │       ├── ProductDefinitionModule.g.resources
        │   │       ├── ProductDefinitionModule.pdb
        │   │       ├── ProductDefinitionModule_MarkupCompile.cache
        │   │       ├── ProductDefinitionModule_MarkupCompile.i.cache
        │   │       ├── ProductDefinitionModule_MarkupCompile.i.lref
        │   │       ├── ProductDefinitionModule_MarkupCompile.lref
        │   │       ├── TempPE
        │   │       └── Views
        │   └── packages.config
        ├── SF.Controls
        │   ├── Loading.xaml
        │   ├── Loading.xaml.cs
        │   ├── Properties
        │   │   └── AssemblyInfo.cs
        │   ├── SF.Controls.csproj
        │   ├── bin
        │   │   └── Debug
        │   │       ├── SF.Controls.dll
        │   │       └── SF.Controls.pdb
        │   └── obj
        │       └── Debug
        │           ├── DesignTimeResolveAssemblyReferencesInput.cache
        │           ├── Loading.baml
        │           ├── Loading.g.cs
        │           ├── Loading.g.i.cs
        │           ├── SF.Controls.csproj.AssemblyReference.cache
        │           ├── SF.Controls.csproj.CoreCompileInputs.cache
        │           ├── SF.Controls.csproj.FileListAbsolute.txt
        │           ├── SF.Controls.dll
        │           ├── SF.Controls.g.resources
        │           ├── SF.Controls.pdb
        │           ├── SF.Controls_MarkupCompile.cache
        │           ├── SF.Controls_MarkupCompile.i.cache
        │           ├── SF.Controls_MarkupCompile.i.lref
        │           ├── SF.Controls_MarkupCompile.lref
        │           └── UserControl1.g.i.cs
        ├── SmartCommunicationForExcel
        │   ├── Config
        │   │   ├── log4net.config
        │   │   └── log4net.unix.config
        │   ├── Core
        │   │   └── Transfer
        │   │       ├── ByteTransformBase.cs
        │   │       ├── DataFormat.cs
        │   │       ├── IByteTransform.cs
        │   │       ├── RegularByteTransform.cs
        │   │       ├── ReverseBytesTransform.cs
        │   │       └── ReverseWordTransform.cs
        │   ├── Ethernet
        │   │   └── Sharp7
        │   │       ├── Sharp7.cs
        │   │       └── SmartSharp7.cs
        │   ├── EventHandle
        │   │   ├── Omron
        │   │   │   ├── DefaultOmronEventExecuter.cs
        │   │   │   ├── EventThreadState.cs
        │   │   │   ├── IOmronEventExecuter.cs
        │   │   │   └── OmronEventHandle.cs
        │   │   └── Siemens
        │   │       ├── DefaultSiemensEventExecuter.cs
        │   │       ├── EventThreadState.cs
        │   │       ├── ISiemensEventExecuter.cs
        │   │       └── SiemensEventHandle.cs
        │   ├── Executer
        │   │   └── SmartContainer.cs
        │   ├── FodyWeavers.xml
        │   ├── FodyWeavers.xsd
        │   ├── Implementation
        │   │   ├── FormatJsonToString.cs
        │   │   ├── Omron
        │   │   │   ├── OmronCpuInfo.cs
        │   │   │   ├── OmronEventIO.cs
        │   │   │   ├── OmronEventInstance.cs
        │   │   │   └── OmronGlobalConfig.cs
        │   │   └── Siemens
        │   │       ├── SiemensCpuInfo.cs
        │   │       ├── SiemensEventIO.cs
        │   │       ├── SiemensEventInstance.cs
        │   │       └── SiemensGlobalConfig.cs
        │   ├── Interface
        │   │   ├── IConvertJsonToString.cs
        │   │   ├── IEventIO.cs
        │   │   ├── IEventInstance.cs
        │   │   ├── IGlobalConfig.cs
        │   │   ├── IOmronConfig.cs
        │   │   ├── IOmronGlobalConfig.cs
        │   │   └── ISiemensCpuInfo.cs
        │   ├── Language
        │   │   ├── DefaultLanguage.cs
        │   │   └── English.cs
        │   ├── Lib
        │   │   ├── CSkin.XML
        │   │   ├── HslCommunication.dll
        │   │   ├── IPAddressControlLib.dll
        │   │   ├── Newtonsoft.Json.dll
        │   │   ├── SmartCommunication.dll
        │   │   ├── SmartThreadPool.dll
        │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │   ├── Unity.Abstractions.dll
        │   │   └── Unity.Container.dll
        │   ├── Model
        │   │   ├── CDataType.cs
        │   │   ├── ConstName.cs
        │   │   ├── CpuType.cs
        │   │   ├── DllType.cs
        │   │   ├── MyData.cs
        │   │   ├── MyDataExtensions.cs
        │   │   ├── PlcEventParamModel.cs
        │   │   ├── RandomOperate.cs
        │   │   ├── ResultState.cs
        │   │   └── WorkInstanceType.cs
        │   ├── OperateResult.cs
        │   ├── OperateResult_T1, T2, T3, T4, T5, T6, T7, T8, T9, T10_.cs
        │   ├── OperateResult_T1, T2, T3, T4, T5, T6, T7, T8, T9_.cs
        │   ├── OperateResult_T1, T2, T3, T4, T5, T6, T7, T8_.cs
        │   ├── OperateResult_T1, T2, T3, T4, T5, T6, T7_.cs
        │   ├── OperateResult_T1, T2, T3, T4, T5, T6_.cs
        │   ├── OperateResult_T1, T2, T3, T4, T5_.cs
        │   ├── OperateResult_T1, T2, T3, T4_.cs
        │   ├── OperateResult_T1, T2, T3_.cs
        │   ├── OperateResult_T1, T2_.cs
        │   ├── OperateResult_T_.cs
        │   ├── Properties
        │   │   └── AssemblyInfo.cs
        │   ├── ReadMe.txt
        │   ├── SSocket
        │   │   ├── Client
        │   │   │   ├── SClient.cs
        │   │   │   └── SClientReceiveFilter.cs
        │   │   ├── Model
        │   │   │   ├── BaseDataConvert.cs
        │   │   │   ├── DataType.cs
        │   │   │   ├── DefaultClientRequestHandle.cs
        │   │   │   ├── DefaultServerRequestHandle.cs
        │   │   │   ├── EventInfo.cs
        │   │   │   ├── EventList.cs
        │   │   │   ├── IClientRequestHandle.cs
        │   │   │   ├── IDataConvert.cs
        │   │   │   ├── IEventInfo.cs
        │   │   │   ├── IServerRequestHandle.cs
        │   │   │   ├── ISingleValue.cs
        │   │   │   └── SingleValue.cs
        │   │   └── Server
        │   │       ├── P2CServer.cs
        │   │       ├── P2CSession.cs
        │   │       └── SServer.cs
        │   ├── SerialPort
        │   │   └── SerialHelper.cs
        │   ├── SmartCommunicationForExcel.csproj
        │   ├── SmartConfigForExcel
        │   │   ├── SmartOmronConfigForExcelForm.Designer.cs
        │   │   ├── SmartOmronConfigForExcelForm.cs
        │   │   ├── SmartOmronConfigForExcelForm.resx
        │   │   ├── SmartSiemensConfigForExcelForm.Designer.cs
        │   │   ├── SmartSiemensConfigForExcelForm.cs
        │   │   └── SmartSiemensConfigForExcelForm.resx
        │   ├── StringResources.cs
        │   ├── Utils
        │   │   ├── JsonFileHelper.cs
        │   │   ├── MyExcelFileHelper.cs
        │   │   ├── MyLog.cs
        │   │   ├── SoftBasic.cs
        │   │   ├── SoftVersion.cs
        │   │   └── SystemVersion.cs
        │   ├── bin
        │   │   ├── Debug
        │   │   │   ├── EPPlus.xml
        │   │   │   ├── Microsoft.IO.RecyclableMemoryStream.xml
        │   │   │   ├── SmartCommunication.dll
        │   │   │   ├── SmartCommunication.pdb
        │   │   │   ├── SmartCommunicationForExcel.dll
        │   │   │   ├── SmartCommunicationForExcel.pdb
        │   │   │   ├── SuperSocket.Common.xml
        │   │   │   ├── SuperSocket.Facility.xml
        │   │   │   ├── SuperSocket.ProtoBase.xml
        │   │   │   ├── SuperSocket.SocketBase.xml
        │   │   │   ├── SuperSocket.SocketEngine.xml
        │   │   │   ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │   │   └── log4net.xml
        │   │   └── Release
        │   │       ├── EPPlus.xml
        │   │       ├── Microsoft.IO.RecyclableMemoryStream.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SmartCommunicationForExcel.pdb
        │   │       ├── SuperSocket.Common.xml
        │   │       ├── SuperSocket.Facility.xml
        │   │       ├── SuperSocket.ProtoBase.xml
        │   │       ├── SuperSocket.SocketBase.xml
        │   │       ├── SuperSocket.SocketEngine.xml
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       └── log4net.xml
        │   ├── obj
        │   │   ├── Debug
        │   │   │   ├── Costura
        │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
        │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │   │   ├── SmartCommunication.SmartConfigForExcel.SmartOmronConfigForExcelForm.resources
        │   │   │   ├── SmartCommunication.SmartConfigForExcel.SmartSiemensConfigForExcelForm.resources
        │   │   │   ├── SmartCommunication.csproj.CopyComplete
        │   │   │   ├── SmartCommunication.csproj.CoreCompileInputs.cache
        │   │   │   ├── SmartCommunication.csproj.FileListAbsolute.txt
        │   │   │   ├── SmartCommunication.csproj.Fody.CopyLocal.cache
        │   │   │   ├── SmartCommunication.csproj.GenerateResource.cache
        │   │   │   ├── SmartCommunication.csprojAssemblyReference.cache
        │   │   │   ├── SmartCommunication.dll
        │   │   │   ├── SmartCommunication.pdb
        │   │   │   ├── SmartCommunicationForExcel.SmartConfigForExcel.SmartOmronConfigForExcelForm.resources
        │   │   │   ├── SmartCommunicationForExcel.SmartConfigForExcel.SmartSiemensConfigForExcelForm.resources
        │   │   │   ├── SmartCommunicationForExcel.csproj.AssemblyReference.cache
        │   │   │   ├── SmartCommunicationForExcel.csproj.CopyComplete
        │   │   │   ├── SmartCommunicationForExcel.csproj.CoreCompileInputs.cache
        │   │   │   ├── SmartCommunicationForExcel.csproj.FileListAbsolute.txt
        │   │   │   ├── SmartCommunicationForExcel.csproj.Fody.CopyLocal.cache
        │   │   │   ├── SmartCommunicationForExcel.csproj.GenerateResource.cache
        │   │   │   ├── SmartCommunicationForExcel.dll
        │   │   │   └── SmartCommunicationForExcel.pdb
        │   │   └── Release
        │   │       ├── Costura
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── SmartCommunication.csproj.CopyComplete
        │   │       ├── SmartCommunication.csproj.CoreCompileInputs.cache
        │   │       ├── SmartCommunication.csproj.FileListAbsolute.txt
        │   │       ├── SmartCommunication.csproj.Fody.CopyLocal.cache
        │   │       ├── SmartCommunication.csproj.GenerateResource.cache
        │   │       ├── SmartCommunication.csprojAssemblyReference.cache
        │   │       ├── SmartCommunication.dll
        │   │       ├── SmartCommunication.pdb
        │   │       ├── SmartCommunicationForExcel.SmartConfigForExcel.SmartOmronConfigForExcelForm.resources
        │   │       ├── SmartCommunicationForExcel.SmartConfigForExcel.SmartSiemensConfigForExcelForm.resources
        │   │       ├── SmartCommunicationForExcel.csproj.AssemblyReference.cache
        │   │       ├── SmartCommunicationForExcel.csproj.CopyComplete
        │   │       ├── SmartCommunicationForExcel.csproj.CoreCompileInputs.cache
        │   │       ├── SmartCommunicationForExcel.csproj.FileListAbsolute.txt
        │   │       ├── SmartCommunicationForExcel.csproj.Fody.CopyLocal.cache
        │   │       ├── SmartCommunicationForExcel.csproj.GenerateResource.cache
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       └── SmartCommunicationForExcel.pdb
        │   ├── packages.config
        │   ├── supersocket.cmd
        │   └── supersocket.sh
        ├── Toolkit
        │   ├── Converters
        │   │   ├── BoolToUnBoolConverter.cs
        │   │   ├── BoolToVisibleConverter.cs
        │   │   ├── IntToBindingConverter.cs
        │   │   ├── IntToEliminateConverter.cs
        │   │   ├── IntToVisibleConverter_0.cs
        │   │   ├── IntToVisibleConverter_1.cs
        │   │   ├── IntToVisibleConverter_2.cs
        │   │   ├── ListViewIndexConverter.cs
        │   │   ├── PropertyVisibleConverter1.cs
        │   │   ├── PropertyVisibleConverter2.cs
        │   │   ├── StrToColorConverter.cs
        │   │   └── YNToBoolCanverter.cs
        │   ├── DBTool
        │   │   └── DBContextBase.cs
        │   ├── Date
        │   │   └── SpecificDate.cs
        │   ├── EnumHelper
        │   │   └── ToEnumHeler.cs
        │   ├── Extend
        │   │   └── ExtendHelper.cs
        │   ├── FontIcons
        │   │   └── FontAwesome
        │   │       ├── FontStyle.xaml
        │   │       └── fontawesome-webfont.ttf
        │   ├── HansHelper
        │   │   └── Hans.cs
        │   ├── Images
        │   │   ├── WCFSet.ico
        │   │   └── kstopa.png
        │   ├── JsonSerizlizerHelper
        │   │   └── JsonSerizlizerHelper.cs
        │   ├── MySocket
        │   │   └── Client
        │   │       ├── ClientSocketHelper.cs
        │   │       └── TcpClientSocketAsync.cs
        │   ├── Properties
        │   │   └── AssemblyInfo.cs
        │   ├── Result
        │   │   ├── Language
        │   │   │   ├── DefaultLanguage.cs
        │   │   │   └── English.cs
        │   │   ├── OperateResult.cs
        │   │   ├── OperateResult_T1, T2, T3, T4, T5, T6, T7, T8, T9, T10_.cs
        │   │   ├── OperateResult_T1, T2, T3, T4, T5, T6, T7, T8, T9_.cs
        │   │   ├── OperateResult_T1, T2, T3, T4, T5, T6, T7, T8_.cs
        │   │   ├── OperateResult_T1, T2, T3, T4, T5, T6, T7_.cs
        │   │   ├── OperateResult_T1, T2, T3, T4, T5, T6_.cs
        │   │   ├── OperateResult_T1, T2, T3, T4, T5_.cs
        │   │   ├── OperateResult_T1, T2, T3, T4_.cs
        │   │   ├── OperateResult_T1, T2, T3_.cs
        │   │   ├── OperateResult_T1, T2_.cs
        │   │   ├── OperateResult_T_.cs
        │   │   └── StringResources.cs
        │   ├── Serilog
        │   │   └── Serilog.cs
        │   ├── SmartCommunicationForExcelHelper
        │   │   └── KeyTypeValue.cs
        │   ├── String
        │   │   ├── RandomOperate.cs
        │   │   └── StringHelper.cs
        │   ├── Styles
        │   │   ├── MyDataGrid.xaml
        │   │   ├── MyDataGrid2.xaml
        │   │   ├── MyDataGrid3.xaml
        │   │   ├── MyDataGrid4.xaml
        │   │   └── StyleCollect.xaml
        │   ├── TCP
        │   │   ├── CommTcpClient.cs
        │   │   ├── Event.cs
        │   │   └── IClient.cs
        │   ├── Toolkit.csproj
        │   ├── Toolkit.csproj.user
        │   ├── UserControls
        │   │   ├── DragDropUC
        │   │   │   ├── DataItem.cs
        │   │   │   ├── DragDropAorner.cs
        │   │   │   ├── DragDropUC.xaml
        │   │   │   └── DragDropUC.xaml.cs
        │   │   ├── ListViewDrag
        │   │   │   ├── ListViewDragUC.xaml
        │   │   │   ├── ListViewDragUC.xaml.cs
        │   │   │   └── Utils
        │   │   └── MyTreeView
        │   │       ├── MyTreeView.xaml
        │   │       └── MyTreeView.xaml.cs
        │   ├── WCFClient
        │   │   └── WcfClient.cs
        │   ├── WCFHelper
        │   │   └── WCF_Helper.cs
        │   ├── app.config
        │   ├── bin
        │   │   └── Debug
        │   │       ├── HandyControl.dll
        │   │       ├── HandyControl.pdb
        │   │       ├── HandyControl.xml
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SqlSugar.dll
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── ca-ES
        │   │       ├── en
        │   │       ├── fa
        │   │       ├── fr
        │   │       ├── ko-KR
        │   │       ├── pl
        │   │       ├── pt-BR
        │   │       ├── ru
        │   │       └── tr
        │   ├── obj
        │   │   └── Debug
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── GeneratedInternalTypeHelper.g.cs
        │   │       ├── GeneratedInternalTypeHelper.g.i.cs
        │   │       ├── Styles
        │   │       ├── TempPE
        │   │       ├── Toolkit.csproj.AssemblyReference.cache
        │   │       ├── Toolkit.csproj.CopyComplete
        │   │       ├── Toolkit.csproj.CoreCompileInputs.cache
        │   │       ├── Toolkit.csproj.FileListAbsolute.txt
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.g.resources
        │   │       ├── Toolkit.pdb
        │   │       ├── Toolkit_MarkupCompile.cache
        │   │       ├── Toolkit_MarkupCompile.i.cache
        │   │       ├── Toolkit_MarkupCompile.lref
        │   │       └── UserControls
        │   └── packages.config
        ├── Windows
        │   ├── AsideWnd
        │   │   ├── App.config
        │   │   ├── AsideWnd.csproj
        │   │   ├── Module.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── ViewModels
        │   │   │   └── AsideViewModel.cs
        │   │   ├── Views
        │   │   │   ├── Aside.xaml
        │   │   │   └── Aside.xaml.cs
        │   │   ├── bin
        │   │   │   └── Debug
        │   │   ├── obj
        │   │   │   └── Debug
        │   │   └── packages.config
        │   ├── FooterWnd
        │   │   ├── App.config
        │   │   ├── FooterWnd.csproj
        │   │   ├── Module.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── ViewModels
        │   │   │   └── FooterViewModel.cs
        │   │   ├── Views
        │   │   │   ├── Footer.xaml
        │   │   │   └── Footer.xaml.cs
        │   │   ├── bin
        │   │   │   ├── Debug
        │   │   │   └── x64
        │   │   ├── obj
        │   │   │   ├── Debug
        │   │   │   └── x64
        │   │   └── packages.config
        │   ├── LoginWnd
        │   │   ├── App.config
        │   │   ├── LoginWnd.csproj
        │   │   ├── LoginWnd.csproj.user
        │   │   ├── Module.cs
        │   │   ├── Picture
        │   │   │   ├── Login.jpg
        │   │   │   ├── LoginBk.jpg
        │   │   │   ├── kstopa.png
        │   │   │   ├── loginImage1.bmp
        │   │   │   ├── password.png
        │   │   │   ├── user.png
        │   │   │   └── zhonghang.png
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── DataSources
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── ViewModels
        │   │   │   ├── LoginViewModel.cs
        │   │   │   ├── LoginWndViewModel.cs
        │   │   │   └── UserWndViewModel.cs
        │   │   ├── Views
        │   │   │   ├── LoginView.xaml
        │   │   │   ├── LoginView.xaml.cs
        │   │   │   ├── LoginWnd.xaml
        │   │   │   ├── LoginWnd.xaml.cs
        │   │   │   ├── UserWnd.xaml
        │   │   │   ├── UserWnd.xaml.cs
        │   │   │   ├── kstopa.jpg
        │   │   │   └── zhonghang.png
        │   │   ├── bin
        │   │   │   └── Debug
        │   │   ├── obj
        │   │   │   ├── Debug
        │   │   │   └── x64
        │   │   └── packages.config
        │   ├── TestWnd
        │   │   ├── App.config
        │   │   ├── App.xaml
        │   │   ├── App.xaml.cs
        │   │   ├── MainWindow.xaml
        │   │   ├── MainWindow.xaml.cs
        │   │   ├── Properties
        │   │   │   ├── AssemblyInfo.cs
        │   │   │   ├── Resources.Designer.cs
        │   │   │   ├── Resources.resx
        │   │   │   ├── Settings.Designer.cs
        │   │   │   └── Settings.settings
        │   │   ├── TestWnd.csproj
        │   │   ├── bin
        │   │   │   ├── Debug
        │   │   │   └── x64
        │   │   ├── obj
        │   │   │   ├── Debug
        │   │   │   └── x64
        │   │   └── packages.config
        │   └── WaitWnd
        │       ├── App.config
        │       ├── App.xaml
        │       ├── App.xaml.cs
        │       ├── Image
        │       │   ├── kstopa.png
        │       │   └── zhonghang.png
        │       ├── MainWindow.xaml
        │       ├── MainWindow.xaml.cs
        │       ├── Properties
        │       │   ├── AssemblyInfo.cs
        │       │   ├── Resources.Designer.cs
        │       │   ├── Resources.resx
        │       │   ├── Settings.Designer.cs
        │       │   └── Settings.settings
        │       ├── WaitWnd.csproj
        │       ├── WaitWnd.csproj.user
        │       ├── bin
        │       │   └── Debug
        │       └── obj
        │           └── Debug
        ├── WorkStepModule
        │   ├── Models
        │   │   └── WorkStepModel.cs
        │   ├── Module.cs
        │   ├── MyControls
        │   │   ├── MyWorkStageCtl.xaml
        │   │   └── MyWorkStageCtl.xaml.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ViewModels
        │   │   ├── MainProcessRouteViewModel.cs
        │   │   ├── ProcessRouteViewModel.cs
        │   │   ├── ProductionViewModel.cs
        │   │   ├── SetMainProcessDlgViewModel.cs
        │   │   ├── SetProcessDlgViewModel.cs
        │   │   ├── SetWorkStageDlgViewModel.cs
        │   │   ├── SetWorkStageParamDlgViewModel.cs
        │   │   └── WorkStageViewModel.cs
        │   ├── Views
        │   │   ├── MainProcessRouteView.xaml
        │   │   ├── MainProcessRouteView.xaml.cs
        │   │   ├── ProcessRouteView.xaml
        │   │   ├── ProcessRouteView.xaml.cs
        │   │   ├── ProductionView.xaml
        │   │   ├── ProductionView.xaml.cs
        │   │   ├── SetMainProcessDlg.xaml
        │   │   ├── SetMainProcessDlg.xaml.cs
        │   │   ├── SetProcessDlg.xaml
        │   │   ├── SetProcessDlg.xaml.cs
        │   │   ├── SetWorkStageDlg.xaml
        │   │   ├── SetWorkStageDlg.xaml.cs
        │   │   ├── SetWorkStageParamsDlg.xaml
        │   │   ├── SetWorkStageParamsDlg.xaml.cs
        │   │   ├── WorkStageView.xaml
        │   │   └── WorkStageView.xaml.cs
        │   ├── WorkStageModule.csproj
        │   ├── app.config
        │   ├── bin
        │   │   └── Debug
        │   │       ├── BouncyCastle.Crypto.dll
        │   │       ├── DBManagerment.dll
        │   │       ├── DBManagerment.dll.config
        │   │       ├── DBManagerment.pdb
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── Google.Protobuf.dll
        │   │       ├── HandyControl.dll
        │   │       ├── HandyControl.pdb
        │   │       ├── HandyControl.xml
        │   │       ├── K4os.Compression.LZ4.Streams.dll
        │   │       ├── K4os.Compression.LZ4.dll
        │   │       ├── K4os.Hash.xxHash.dll
        │   │       ├── K4os.Hash.xxHash.xml
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── Microsoft.Xaml.Behaviors.pdb
        │   │       ├── Microsoft.Xaml.Behaviors.xml
        │   │       ├── MySql.Data.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.Wpf.pdb
        │   │       ├── Prism.Wpf.xml
        │   │       ├── Prism.dll
        │   │       ├── Prism.pdb
        │   │       ├── Prism.xml
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Buffers.dll
        │   │       ├── System.Buffers.xml
        │   │       ├── System.Memory.dll
        │   │       ├── System.Memory.xml
        │   │       ├── System.Numerics.Vectors.dll
        │   │       ├── System.Numerics.Vectors.xml
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Ubiety.Dns.Core.dll
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Container.dll
        │   │       ├── WorkStageModule.dll
        │   │       ├── WorkStageModule.dll.config
        │   │       ├── WorkStageModule.pdb
        │   │       ├── WorkStepModule.dll
        │   │       ├── WorkStepModule.dll.config
        │   │       ├── WorkStepModule.pdb
        │   │       ├── ZstdNet.dll
        │   │       ├── ca-ES
        │   │       ├── es
        │   │       ├── fa
        │   │       ├── fr
        │   │       ├── ko-KR
        │   │       ├── pl
        │   │       ├── pt-BR
        │   │       ├── ru
        │   │       ├── tr
        │   │       └── zh-CN
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── GeneratedInternalTypeHelper.g.cs
        │   │       ├── GeneratedInternalTypeHelper.g.i.cs
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── MyControls
        │   │       ├── TempPE
        │   │       ├── Views
        │   │       ├── WorkStageModule.Properties.Resources.resources
        │   │       ├── WorkStageModule.csproj.AssemblyReference.cache
        │   │       ├── WorkStageModule.csproj.CopyComplete
        │   │       ├── WorkStageModule.csproj.CoreCompileInputs.cache
        │   │       ├── WorkStageModule.csproj.FileListAbsolute.txt
        │   │       ├── WorkStageModule.csproj.GenerateResource.cache
        │   │       ├── WorkStageModule.dll
        │   │       ├── WorkStageModule.g.resources
        │   │       ├── WorkStageModule.pdb
        │   │       ├── WorkStageModule_MarkupCompile.cache
        │   │       ├── WorkStageModule_MarkupCompile.i.cache
        │   │       ├── WorkStageModule_MarkupCompile.i.lref
        │   │       ├── WorkStageModule_MarkupCompile.lref
        │   │       ├── WorkStepModule.Properties.Resources.resources
        │   │       ├── WorkStepModule.csproj.AssemblyReference.cache
        │   │       ├── WorkStepModule.csproj.CopyComplete
        │   │       ├── WorkStepModule.csproj.CoreCompileInputs.cache
        │   │       ├── WorkStepModule.csproj.FileListAbsolute.txt
        │   │       ├── WorkStepModule.csproj.GenerateResource.cache
        │   │       ├── WorkStepModule.csprojAssemblyReference.cache
        │   │       ├── WorkStepModule.dll
        │   │       ├── WorkStepModule.g.resources
        │   │       ├── WorkStepModule.pdb
        │   │       ├── WorkStepModule_MarkupCompile.cache
        │   │       ├── WorkStepModule_MarkupCompile.i.cache
        │   │       ├── WorkStepModule_MarkupCompile.i.lref
        │   │       └── WorkStepModule_MarkupCompile.lref
        │   └── packages.config
        ├── WorkingModule
        │   ├── Interfaces
        │   │   ├── EI_ConnLaser.cs
        │   │   ├── EI_LabelPrint.cs
        │   │   ├── EI_ShellLaser.cs
        │   │   ├── EI_Test.cs
        │   │   └── EI_Todo.cs
        │   ├── Models
        │   │   ├── LaserInfo.cs
        │   │   ├── PrintInfo.cs
        │   │   └── TestInfo.cs
        │   ├── Module.cs
        │   ├── Properties
        │   │   ├── AssemblyInfo.cs
        │   │   ├── Resources.Designer.cs
        │   │   ├── Resources.resx
        │   │   ├── Settings.Designer.cs
        │   │   └── Settings.settings
        │   ├── ViewModels
        │   │   ├── ConnLaserMachineViewModel.cs
        │   │   ├── KernelViewModel.cs
        │   │   ├── LableMakingMachineViewModel.cs
        │   │   ├── LaserMachineViewModel.cs
        │   │   ├── RequestAndSubmitViewModel.cs
        │   │   ├── SerchProductionRecordDlgViewModel.cs
        │   │   ├── SetProductRecordModelDlgViewModel.cs
        │   │   └── TestMachineViewModel.cs
        │   ├── Views
        │   │   ├── ConnLaserMachineView.xaml
        │   │   ├── ConnLaserMachineView.xaml.cs
        │   │   ├── KernelView.xaml
        │   │   ├── KernelView.xaml.cs
        │   │   ├── LableMakingMachineView.xaml
        │   │   ├── LableMakingMachineView.xaml.cs
        │   │   ├── LaserMachineView.xaml
        │   │   ├── LaserMachineView.xaml.cs
        │   │   ├── RequestAndSubmitView.xaml
        │   │   ├── RequestAndSubmitView.xaml.cs
        │   │   ├── SerchProductionRecordDlg.xaml
        │   │   ├── SerchProductionRecordDlg.xaml.cs
        │   │   ├── SetProductRecordModelDlg.xaml
        │   │   ├── SetProductRecordModelDlg.xaml.cs
        │   │   ├── TestMachineView.xaml
        │   │   └── TestMachineView.xaml.cs
        │   ├── WorkingModule.csproj
        │   ├── WorkingModule.csproj.user
        │   ├── app.config
        │   ├── bin
        │   │   └── Debug
        │   │       ├── BouncyCastle.Crypto.dll
        │   │       ├── DBManagerment.dll
        │   │       ├── DBManagerment.dll.config
        │   │       ├── DBManagerment.pdb
        │   │       ├── EventModules.dll
        │   │       ├── EventModules.pdb
        │   │       ├── FB_Interface.dll
        │   │       ├── FB_Interface.dll.config
        │   │       ├── FB_Interface.pdb
        │   │       ├── Global.dll
        │   │       ├── Global.pdb
        │   │       ├── GlobalModule.exe
        │   │       ├── GlobalModule.exe.config
        │   │       ├── GlobalModule.pdb
        │   │       ├── Google.Protobuf.dll
        │   │       ├── HandyControl.dll
        │   │       ├── K4os.Compression.LZ4.Streams.dll
        │   │       ├── K4os.Compression.LZ4.dll
        │   │       ├── K4os.Hash.xxHash.dll
        │   │       ├── K4os.Hash.xxHash.xml
        │   │       ├── Microsoft.Xaml.Behaviors.dll
        │   │       ├── MySql.Data.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── Newtonsoft.Json.xml
        │   │       ├── Prism.Unity.Wpf.dll
        │   │       ├── Prism.Wpf.dll
        │   │       ├── Prism.dll
        │   │       ├── Seagull.BarTender.Print.dll
        │   │       ├── Seagull.Services.PrintScheduler.Contracts.dll
        │   │       ├── Seagull.Services.PrintScheduler.dll
        │   │       ├── Serilog.Sinks.Console.dll
        │   │       ├── Serilog.Sinks.Console.xml
        │   │       ├── Serilog.Sinks.File.dll
        │   │       ├── Serilog.Sinks.File.pdb
        │   │       ├── Serilog.Sinks.File.xml
        │   │       ├── Serilog.dll
        │   │       ├── Serilog.xml
        │   │       ├── SmartCommunicationForExcel.dll
        │   │       ├── SqlSugar.dll
        │   │       ├── System.Buffers.dll
        │   │       ├── System.Buffers.xml
        │   │       ├── System.Memory.dll
        │   │       ├── System.Memory.xml
        │   │       ├── System.Numerics.Vectors.dll
        │   │       ├── System.Numerics.Vectors.xml
        │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       ├── System.Runtime.CompilerServices.Unsafe.xml
        │   │       ├── System.Threading.Tasks.Extensions.dll
        │   │       ├── System.Threading.Tasks.Extensions.xml
        │   │       ├── Toolkit.dll
        │   │       ├── Toolkit.dll.config
        │   │       ├── Toolkit.pdb
        │   │       ├── Ubiety.Dns.Core.dll
        │   │       ├── Unity.Abstractions.dll
        │   │       ├── Unity.Container.dll
        │   │       ├── WCFInterfaceModule.dll
        │   │       ├── WCFInterfaceModule.dll.config
        │   │       ├── WCFInterfaceModule.pdb
        │   │       ├── WorkingModule.dll
        │   │       ├── WorkingModule.dll.config
        │   │       ├── WorkingModule.pdb
        │   │       └── ZstdNet.dll
        │   ├── obj
        │   │   └── Debug
        │   │       ├── App.g.i.cs
        │   │       ├── DesignTimeResolveAssemblyReferences.cache
        │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
        │   │       ├── MainWindow.g.i.cs
        │   │       ├── TempPE
        │   │       ├── Views
        │   │       ├── WorkingModule.Properties.Resources.resources
        │   │       ├── WorkingModule.csproj.AssemblyReference.cache
        │   │       ├── WorkingModule.csproj.CopyComplete
        │   │       ├── WorkingModule.csproj.CoreCompileInputs.cache
        │   │       ├── WorkingModule.csproj.FileListAbsolute.txt
        │   │       ├── WorkingModule.csproj.GenerateResource.cache
        │   │       ├── WorkingModule.dll
        │   │       ├── WorkingModule.g.resources
        │   │       ├── WorkingModule.pdb
        │   │       ├── WorkingModule_MarkupCompile.cache
        │   │       ├── WorkingModule_MarkupCompile.i.cache
        │   │       └── WorkingModule_MarkupCompile.lref
        │   └── packages.config
        └── packages
            ├── AvalonEdit.6.1.1
            │   ├── AvalonEdit.6.1.1.nupkg
            │   ├── images
            │   │   └── AvalonEditNuGetPackageIcon.png
            │   └── lib
            │       ├── net40
            │       ├── net45
            │       └── netcoreapp3.0
            ├── BouncyCastle.1.8.5
            │   ├── BouncyCastle.1.8.5.nupkg
            │   ├── README.md
            │   └── lib
            │       └── BouncyCastle.Crypto.dll
            ├── CommonServiceLocator.2.0.4
            │   ├── CommonServiceLocator.2.0.4.nupkg
            │   └── lib
            │       ├── net40
            │       ├── net45
            │       ├── net46
            │       ├── net47
            │       ├── netcoreapp1.0
            │       ├── netcoreapp2.0
            │       ├── netstandard1.0
            │       └── netstandard2.0
            ├── Costura.Fody.4.1.0
            │   ├── Costura.Fody.4.1.0.nupkg
            │   ├── build
            │   │   └── Costura.Fody.props
            │   ├── lib
            │   │   └── net40
            │   └── weaver
            │       ├── Costura.Fody.dll
            │       └── Costura.Fody.xcf
            ├── EPPlus.5.5.2
            │   ├── EPPlus.5.5.2.nupkg
            │   ├── EPPlusLogo.png
            │   ├── lib
            │   │   ├── net35
            │   │   ├── net40
            │   │   ├── net45
            │   │   ├── net5.0
            │   │   ├── netstandard2.0
            │   │   └── netstandard2.1
            │   ├── license.md
            │   └── readme.txt
            ├── EPPlus.5.6.3
            │   ├── EPPlus.5.6.3.nupkg
            │   ├── EPPlusLogo.png
            │   ├── lib
            │   │   ├── net35
            │   │   ├── net40
            │   │   ├── net45
            │   │   ├── net5.0
            │   │   ├── netstandard2.0
            │   │   └── netstandard2.1
            │   ├── license.md
            │   └── readme.txt
            ├── EPPlus.5.8.4
            │   ├── EPPlus.5.8.4.nupkg
            │   ├── EPPlusLogo.png
            │   ├── lib
            │   │   ├── net35
            │   │   ├── net40
            │   │   ├── net45
            │   │   ├── net5.0
            │   │   ├── netstandard2.0
            │   │   └── netstandard2.1
            │   ├── license.md
            │   └── readme.txt
            ├── Fody.6.0.0
            │   ├── Fody.6.0.0.nupkg
            │   ├── build
            │   │   └── Fody.targets
            │   ├── netclassictask
            │   │   ├── Fody.dll
            │   │   ├── FodyCommon.dll
            │   │   ├── FodyHelpers.dll
            │   │   ├── FodyIsolated.dll
            │   │   ├── Mono.Cecil.Pdb.dll
            │   │   ├── Mono.Cecil.Pdb.pdb
            │   │   ├── Mono.Cecil.Rocks.dll
            │   │   ├── Mono.Cecil.Rocks.pdb
            │   │   ├── Mono.Cecil.dll
            │   │   └── Mono.Cecil.pdb
            │   └── netstandardtask
            │       ├── Fody.dll
            │       ├── FodyCommon.dll
            │       ├── FodyHelpers.dll
            │       ├── FodyIsolated.dll
            │       ├── Mono.Cecil.Pdb.dll
            │       ├── Mono.Cecil.Pdb.pdb
            │       ├── Mono.Cecil.Rocks.dll
            │       ├── Mono.Cecil.Rocks.pdb
            │       ├── Mono.Cecil.dll
            │       └── Mono.Cecil.pdb
            ├── Google.Protobuf.3.14.0
            │   ├── Google.Protobuf.3.14.0.nupkg
            │   └── lib
            │       ├── net45
            │       ├── netstandard1.1
            │       └── netstandard2.0
            ├── HandyControls.3.3.10
            │   ├── HandyControls.3.3.10.nupkg
            │   ├── LICENSE
            │   ├── docs
            │   │   └── readme.md
            │   ├── icon.png
            │   ├── lib
            │   │   ├── net40
            │   │   ├── net45
            │   │   ├── net451
            │   │   ├── net452
            │   │   ├── net46
            │   │   ├── net461
            │   │   ├── net462
            │   │   ├── net47
            │   │   ├── net471
            │   │   ├── net472
            │   │   ├── net48
            │   │   ├── net5.0
            │   │   ├── net6.0
            │   │   ├── netcoreapp3.0
            │   │   └── netcoreapp3.1
            │   ├── readme.txt
            │   └── tools
            │       └── VisualStudioToolsManifest.xml
            ├── HandyControls.3.3.3
            │   ├── HandyControls.3.3.3.nupkg
            │   ├── LICENSE
            │   ├── icon.png
            │   ├── lib
            │   │   ├── net40
            │   │   ├── net45
            │   │   ├── net451
            │   │   ├── net452
            │   │   ├── net46
            │   │   ├── net461
            │   │   ├── net462
            │   │   ├── net47
            │   │   ├── net471
            │   │   ├── net472
            │   │   ├── net48
            │   │   ├── net5.0
            │   │   ├── netcoreapp3.0
            │   │   └── netcoreapp3.1
            │   ├── readme.txt
            │   └── tools
            │       └── VisualStudioToolsManifest.xml
            ├── HandyControls.3.3.4
            │   ├── HandyControls.3.3.4.nupkg
            │   ├── LICENSE
            │   ├── icon.png
            │   ├── lib
            │   │   ├── net40
            │   │   ├── net45
            │   │   ├── net451
            │   │   ├── net452
            │   │   ├── net46
            │   │   ├── net461
            │   │   ├── net462
            │   │   ├── net47
            │   │   ├── net471
            │   │   ├── net472
            │   │   ├── net48
            │   │   ├── net5.0
            │   │   ├── netcoreapp3.0
            │   │   └── netcoreapp3.1
            │   ├── readme.txt
            │   └── tools
            │       └── VisualStudioToolsManifest.xml
            ├── HandyControls.3.3.5
            │   ├── HandyControls.3.3.5.nupkg
            │   ├── LICENSE
            │   ├── icon.png
            │   ├── lib
            │   │   ├── net40
            │   │   ├── net45
            │   │   ├── net451
            │   │   ├── net452
            │   │   ├── net46
            │   │   ├── net461
            │   │   ├── net462
            │   │   ├── net47
            │   │   ├── net471
            │   │   ├── net472
            │   │   ├── net48
            │   │   ├── net5.0
            │   │   ├── netcoreapp3.0
            │   │   └── netcoreapp3.1
            │   ├── readme.txt
            │   └── tools
            │       └── VisualStudioToolsManifest.xml
            ├── HandyControls.3.3.9
            │   ├── HandyControls.3.3.9.nupkg
            │   ├── LICENSE
            │   ├── docs
            │   │   └── readme.md
            │   ├── icon.png
            │   ├── lib
            │   │   ├── net40
            │   │   ├── net45
            │   │   ├── net451
            │   │   ├── net452
            │   │   ├── net46
            │   │   ├── net461
            │   │   ├── net462
            │   │   ├── net47
            │   │   ├── net471
            │   │   ├── net472
            │   │   ├── net48
            │   │   ├── net5.0
            │   │   ├── net6.0
            │   │   ├── netcoreapp3.0
            │   │   └── netcoreapp3.1
            │   ├── readme.txt
            │   └── tools
            │       └── VisualStudioToolsManifest.xml
            ├── K4os.Compression.LZ4.1.2.6
            │   ├── K4os.Compression.LZ4.1.2.6.nupkg
            │   └── lib
            │       ├── net45
            │       ├── net46
            │       ├── netstandard1.6
            │       └── netstandard2.0
            ├── K4os.Compression.LZ4.Streams.1.2.6
            │   ├── K4os.Compression.LZ4.Streams.1.2.6.nupkg
            │   └── lib
            │       ├── net45
            │       ├── net46
            │       ├── netstandard1.6
            │       ├── netstandard2.0
            │       └── netstandard2.1
            ├── K4os.Hash.xxHash.1.0.6
            │   ├── K4os.Hash.xxHash.1.0.6.nupkg
            │   └── lib
            │       ├── net45
            │       ├── net46
            │       ├── netstandard1.6
            │       └── netstandard2.0
            ├── Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0
            │   ├── Microsoft.Extensions.DependencyInjection.Abstractions.2.0.0.nupkg
            │   └── lib
            │       └── netstandard2.0
            ├── Microsoft.Extensions.Logging.2.0.0
            │   ├── Microsoft.Extensions.Logging.2.0.0.nupkg
            │   └── lib
            │       └── netstandard2.0
            ├── Microsoft.Extensions.Logging.Abstractions.2.0.0
            │   ├── Microsoft.Extensions.Logging.Abstractions.2.0.0.nupkg
            │   └── lib
            │       └── netstandard2.0
            ├── Microsoft.Extensions.Options.2.0.0
            │   ├── Microsoft.Extensions.Options.2.0.0.nupkg
            │   └── lib
            │       └── netstandard2.0
            ├── Microsoft.Extensions.Primitives.2.0.0
            │   ├── Microsoft.Extensions.Primitives.2.0.0.nupkg
            │   └── lib
            │       └── netstandard2.0
            ├── Microsoft.IO.RecyclableMemoryStream.1.3.6
            │   ├── Microsoft.IO.RecyclableMemoryStream.1.3.6.nupkg
            │   └── lib
            │       ├── net40
            │       ├── net45
            │       ├── net46
            │       ├── netcoreapp2.1
            │       ├── netstandard1.4
            │       └── netstandard2.1
            ├── Microsoft.IO.RecyclableMemoryStream.1.4.1
            │   ├── Microsoft.IO.RecyclableMemoryStream.1.4.1.nupkg
            │   └── lib
            │       ├── net40
            │       ├── net45
            │       ├── net46
            │       ├── netcoreapp2.1
            │       ├── netstandard1.4
            │       ├── netstandard2.0
            │       └── netstandard2.1
            ├── Microsoft.Xaml.Behaviors.Wpf.1.1.19
            │   ├── Microsoft.Xaml.Behaviors.Wpf.1.1.19.nupkg
            │   ├── lib
            │   │   ├── net45
            │   │   └── netcoreapp3.0
            │   └── tools
            │       └── Install.ps1
            ├── Microsoft.Xaml.Behaviors.Wpf.1.1.31
            │   ├── Microsoft.Xaml.Behaviors.Wpf.1.1.31.nupkg
            │   ├── lib
            │   │   ├── net45
            │   │   ├── net5.0-windows7.0
            │   │   └── netcoreapp3.1
            │   └── tools
            │       └── Install.ps1
            ├── MySql.Data.8.0.27
            │   ├── MySql.Data.8.0.27.nupkg
            │   └── lib
            │       ├── net452
            │       ├── net48
            │       ├── net5.0
            │       ├── netstandard2.0
            │       └── netstandard2.1
            ├── Newtonsoft.Json.13.0.1
            │   ├── LICENSE.md
            │   ├── Newtonsoft.Json.13.0.1.nupkg
            │   ├── lib
            │   │   ├── net20
            │   │   ├── net35
            │   │   ├── net40
            │   │   ├── net45
            │   │   ├── netstandard1.0
            │   │   ├── netstandard1.3
            │   │   └── netstandard2.0
            │   └── packageIcon.png
            ├── Prism.Core.8.0.0.1909
            │   ├── LICENSE
            │   ├── Prism.Core.8.0.0.1909.nupkg
            │   ├── lib
            │   │   ├── net45
            │   │   ├── net47
            │   │   └── netstandard2.0
            │   └── prism-logo.png
            ├── Prism.Core.8.1.97
            │   ├── LICENSE
            │   ├── Prism.Core.8.1.97.nupkg
            │   ├── lib
            │   │   ├── net461
            │   │   ├── net47
            │   │   ├── net5.0
            │   │   └── netstandard2.0
            │   ├── prism-logo.png
            │   └── readme.txt
            ├── Prism.Unity.8.0.0.1909
            │   ├── LICENSE
            │   ├── Prism.Unity.8.0.0.1909.nupkg
            │   ├── lib
            │   │   ├── net461
            │   │   ├── net47
            │   │   ├── net48
            │   │   └── netcoreapp3.1
            │   └── prism-logo.png
            ├── Prism.Unity.8.1.97
            │   ├── LICENSE
            │   ├── Prism.Unity.8.1.97.nupkg
            │   ├── lib
            │   │   ├── net461
            │   │   ├── net47
            │   │   ├── net5.0-windows7.0
            │   │   └── netcoreapp3.1
            │   ├── prism-logo.png
            │   └── readme.txt
            ├── Prism.Wpf.8.0.0.1909
            │   ├── LICENSE
            │   ├── Prism.Wpf.8.0.0.1909.nupkg
            │   ├── lib
            │   │   ├── net461
            │   │   ├── net47
            │   │   ├── net48
            │   │   └── netcoreapp3.1
            │   └── prism-logo.png
            ├── Prism.Wpf.8.1.97
            │   ├── LICENSE
            │   ├── Prism.Wpf.8.1.97.nupkg
            │   ├── lib
            │   │   ├── net461
            │   │   ├── net47
            │   │   ├── net5.0-windows7.0
            │   │   └── netcoreapp3.1
            │   ├── prism-logo.png
            │   └── readme.txt
            ├── Serilog.2.10.0
            │   ├── Serilog.2.10.0.nupkg
            │   ├── icon.png
            │   └── lib
            │       ├── net45
            │       ├── net46
            │       ├── netstandard1.0
            │       ├── netstandard1.3
            │       ├── netstandard2.0
            │       └── netstandard2.1
            ├── Serilog.Extensions.Logging.3.1.0
            │   ├── Serilog.Extensions.Logging.3.1.0.nupkg
            │   ├── lib
            │   │   └── netstandard2.0
            │   └── serilog-extension-nuget.png
            ├── Serilog.Sinks.Console.3.1.1
            │   ├── Serilog.Sinks.Console.3.1.1.nupkg
            │   └── lib
            │       ├── net45
            │       ├── netcoreapp1.1
            │       └── netstandard1.3
            ├── Serilog.Sinks.Console.4.0.1
            │   ├── Serilog.Sinks.Console.4.0.1.nupkg
            │   ├── icon.png
            │   └── lib
            │       ├── net45
            │       ├── net5.0
            │       ├── netstandard1.3
            │       └── netstandard2.0
            ├── Serilog.Sinks.File.4.1.0
            │   ├── Serilog.Sinks.File.4.1.0.nupkg
            │   └── lib
            │       ├── net45
            │       ├── netstandard1.3
            │       └── netstandard2.0
            ├── SmartCommunicationForExcel.7.0.8
            │   ├── SmartCommunicationForExcel.7.0.8.nupkg
            │   └── lib
            │       └── SmartCommunicationForExcel.dll
            ├── SmartCommunicationForExcel.7.9.0
            │   ├── SmartCommunicationForExcel.7.9.0.nupkg
            │   └── lib
            │       └── SmartCommunicationForExcel.dll
            ├── SmartCommunicationForExcel.7.9.1
            │   ├── SmartCommunicationForExcel.7.9.1.nupkg
            │   └── lib
            │       └── SmartCommunicationForExcel.dll
            ├── SmartThreadPool.dll.2.3.0
            │   ├── SmartThreadPool.dll.2.3.0.nupkg
            │   └── lib
            │       ├── net40
            │       ├── net45
            │       ├── net46
            │       ├── net5.0
            │       ├── netcoreapp3.0
            │       ├── netcoreapp3.1
            │       └── netstandard2.0
            ├── SqlSugar.5.0.2.7
            │   ├── SqlSugar.5.0.2.7.nupkg
            │   └── lib
            │       └── SqlSugar.dll
            ├── SqlSugar.5.0.4
            │   ├── SqlSugar.5.0.4.nupkg
            │   └── lib
            │       └── SqlSugar.dll
            ├── SqlSugar.5.0.4.2
            │   ├── SqlSugar.5.0.4.2.nupkg
            │   └── lib
            │       └── SqlSugar.dll
            ├── SuperSocket.1.6.6.1
            │   ├── SuperSocket.1.6.6.1.nupkg
            │   └── lib
            │       ├── net35
            │       ├── net40
            │       └── net45
            ├── SuperSocket.ClientEngine.0.10.0
            │   ├── SuperSocket.ClientEngine.0.10.0.nupkg
            │   └── lib
            │       ├── net20
            │       ├── net35-client
            │       ├── net40-client
            │       ├── net45
            │       └── netstandard1.3
            ├── SuperSocket.Engine.1.6.6.1
            │   ├── SuperSocket.Engine.1.6.6.1.nupkg
            │   ├── content
            │   │   ├── Config
            │   │   ├── supersocket.cmd
            │   │   └── supersocket.sh
            │   └── lib
            │       ├── net35
            │       ├── net40
            │       └── net45
            ├── SuperSocket.ProtoBase.1.7.0.17
            │   ├── SuperSocket.ProtoBase.1.7.0.17.nupkg
            │   └── lib
            │       ├── net20
            │       ├── net35-client
            │       ├── net40
            │       ├── net45
            │       ├── netstandard1.1
            │       └── portable-net40 sl50 win wpa81 wp80 MonoAndroid10 xamarinios10 MonoTouch10
            ├── System.Buffers.4.5.1
            │   ├── LICENSE.TXT
            │   ├── System.Buffers.4.5.1.nupkg
            │   ├── THIRD-PARTY-NOTICES.TXT
            │   ├── lib
            │   │   ├── net461
            │   │   ├── netcoreapp2.0
            │   │   ├── netstandard1.1
            │   │   ├── netstandard2.0
            │   │   └── uap10.0.16299
            │   ├── ref
            │   │   ├── net45
            │   │   ├── netcoreapp2.0
            │   │   ├── netstandard1.1
            │   │   ├── netstandard2.0
            │   │   └── uap10.0.16299
            │   ├── useSharedDesignerContext.txt
            │   └── version.txt
            ├── System.ComponentModel.Annotations.4.7.0
            │   ├── LICENSE.TXT
            │   ├── System.ComponentModel.Annotations.4.7.0.nupkg
            │   ├── THIRD-PARTY-NOTICES.TXT
            │   ├── lib
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net45
            │   │   ├── net461
            │   │   ├── netcore50
            │   │   ├── netstandard1.4
            │   │   ├── netstandard2.0
            │   │   ├── netstandard2.1
            │   │   ├── portable-net45 win8
            │   │   ├── win8
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   ├── ref
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net45
            │   │   ├── net461
            │   │   ├── netcore50
            │   │   ├── netstandard1.1
            │   │   ├── netstandard1.3
            │   │   ├── netstandard1.4
            │   │   ├── netstandard2.0
            │   │   ├── netstandard2.1
            │   │   ├── portable-net45 win8
            │   │   ├── win8
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   ├── useSharedDesignerContext.txt
            │   └── version.txt
            ├── System.IO.4.3.0
            │   ├── System.IO.4.3.0.nupkg
            │   ├── ThirdPartyNotices.txt
            │   ├── dotnet_library_license.txt
            │   ├── lib
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net45
            │   │   ├── net462
            │   │   ├── portable-net45 win8 wp8 wpa81
            │   │   ├── win8
            │   │   ├── wp80
            │   │   ├── wpa81
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   └── ref
            │       ├── MonoAndroid10
            │       ├── MonoTouch10
            │       ├── net45
            │       ├── net462
            │       ├── netcore50
            │       ├── netstandard1.0
            │       ├── netstandard1.3
            │       ├── netstandard1.5
            │       ├── portable-net45 win8 wp8 wpa81
            │       ├── win8
            │       ├── wp80
            │       ├── wpa81
            │       ├── xamarinios10
            │       ├── xamarinmac20
            │       ├── xamarintvos10
            │       └── xamarinwatchos10
            ├── System.Linq.4.3.0
            │   ├── System.Linq.4.3.0.nupkg
            │   ├── ThirdPartyNotices.txt
            │   ├── dotnet_library_license.txt
            │   ├── lib
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net45
            │   │   ├── net463
            │   │   ├── netcore50
            │   │   ├── netstandard1.6
            │   │   ├── portable-net45 win8 wp8 wpa81
            │   │   ├── win8
            │   │   ├── wp80
            │   │   ├── wpa81
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   └── ref
            │       ├── MonoAndroid10
            │       ├── MonoTouch10
            │       ├── net45
            │       ├── net463
            │       ├── netcore50
            │       ├── netstandard1.0
            │       ├── netstandard1.6
            │       ├── portable-net45 win8 wp8 wpa81
            │       ├── win8
            │       ├── wp80
            │       ├── wpa81
            │       ├── xamarinios10
            │       ├── xamarinmac20
            │       ├── xamarintvos10
            │       └── xamarinwatchos10
            ├── System.Memory.4.5.4
            │   ├── LICENSE.TXT
            │   ├── System.Memory.4.5.4.nupkg
            │   ├── THIRD-PARTY-NOTICES.TXT
            │   ├── lib
            │   │   ├── net461
            │   │   ├── netcoreapp2.1
            │   │   ├── netstandard1.1
            │   │   └── netstandard2.0
            │   ├── ref
            │   │   └── netcoreapp2.1
            │   ├── useSharedDesignerContext.txt
            │   └── version.txt
            ├── System.Numerics.Vectors.4.5.0
            │   ├── LICENSE.TXT
            │   ├── System.Numerics.Vectors.4.5.0.nupkg
            │   ├── THIRD-PARTY-NOTICES.TXT
            │   ├── lib
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net46
            │   │   ├── netcoreapp2.0
            │   │   ├── netstandard1.0
            │   │   ├── netstandard2.0
            │   │   ├── portable-net45 win8 wp8 wpa81
            │   │   ├── uap10.0.16299
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   ├── ref
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net45
            │   │   ├── net46
            │   │   ├── netcoreapp2.0
            │   │   ├── netstandard1.0
            │   │   ├── netstandard2.0
            │   │   ├── uap10.0.16299
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   ├── useSharedDesignerContext.txt
            │   └── version.txt
            ├── System.Runtime.CompilerServices.Unsafe.4.5.2
            │   ├── LICENSE.TXT
            │   ├── System.Runtime.CompilerServices.Unsafe.4.5.2.nupkg
            │   ├── THIRD-PARTY-NOTICES.TXT
            │   ├── lib
            │   │   ├── netcoreapp2.0
            │   │   ├── netstandard1.0
            │   │   └── netstandard2.0
            │   ├── ref
            │   │   ├── netstandard1.0
            │   │   └── netstandard2.0
            │   ├── useSharedDesignerContext.txt
            │   └── version.txt
            ├── System.Runtime.CompilerServices.Unsafe.5.0.0
            │   ├── Icon.png
            │   ├── LICENSE.TXT
            │   ├── System.Runtime.CompilerServices.Unsafe.5.0.0.nupkg
            │   ├── THIRD-PARTY-NOTICES.TXT
            │   ├── lib
            │   │   ├── net45
            │   │   ├── netcoreapp2.0
            │   │   ├── netstandard1.0
            │   │   └── netstandard2.0
            │   ├── ref
            │   │   ├── net461
            │   │   ├── netstandard1.0
            │   │   ├── netstandard2.0
            │   │   └── netstandard2.1
            │   ├── useSharedDesignerContext.txt
            │   └── version.txt
            ├── System.Runtime.Extensions.4.3.0
            │   ├── System.Runtime.Extensions.4.3.0.nupkg
            │   ├── ThirdPartyNotices.txt
            │   ├── dotnet_library_license.txt
            │   ├── lib
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net45
            │   │   ├── net462
            │   │   ├── portable-net45 win8 wp8 wpa81
            │   │   ├── win8
            │   │   ├── wp80
            │   │   ├── wpa81
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   └── ref
            │       ├── MonoAndroid10
            │       ├── MonoTouch10
            │       ├── net45
            │       ├── net462
            │       ├── netcore50
            │       ├── netstandard1.0
            │       ├── netstandard1.3
            │       ├── netstandard1.5
            │       ├── portable-net45 win8 wp8 wpa81
            │       ├── win8
            │       ├── wp80
            │       ├── wpa81
            │       ├── xamarinios10
            │       ├── xamarinmac20
            │       ├── xamarintvos10
            │       └── xamarinwatchos10
            ├── System.Text.Encoding.4.3.0
            │   ├── System.Text.Encoding.4.3.0.nupkg
            │   ├── ThirdPartyNotices.txt
            │   ├── dotnet_library_license.txt
            │   ├── lib
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net45
            │   │   ├── portable-net45 win8 wp8 wpa81
            │   │   ├── win8
            │   │   ├── wp80
            │   │   ├── wpa81
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   └── ref
            │       ├── MonoAndroid10
            │       ├── MonoTouch10
            │       ├── net45
            │       ├── netcore50
            │       ├── netstandard1.0
            │       ├── netstandard1.3
            │       ├── portable-net45 win8 wp8 wpa81
            │       ├── win8
            │       ├── wp80
            │       ├── wpa81
            │       ├── xamarinios10
            │       ├── xamarinmac20
            │       ├── xamarintvos10
            │       └── xamarinwatchos10
            ├── System.Threading.4.3.0
            │   ├── System.Threading.4.3.0.nupkg
            │   ├── ThirdPartyNotices.txt
            │   ├── dotnet_library_license.txt
            │   ├── lib
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net45
            │   │   ├── netcore50
            │   │   ├── netstandard1.3
            │   │   ├── portable-net45 win8 wp8 wpa81
            │   │   ├── win8
            │   │   ├── wp80
            │   │   ├── wpa81
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   ├── ref
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net45
            │   │   ├── netcore50
            │   │   ├── netstandard1.0
            │   │   ├── netstandard1.3
            │   │   ├── portable-net45 win8 wp8 wpa81
            │   │   ├── win8
            │   │   ├── wp80
            │   │   ├── wpa81
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   └── runtimes
            │       └── aot
            ├── System.Threading.Tasks.Extensions.4.5.2
            │   ├── LICENSE.TXT
            │   ├── System.Threading.Tasks.Extensions.4.5.2.nupkg
            │   ├── THIRD-PARTY-NOTICES.TXT
            │   ├── lib
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── netcoreapp2.1
            │   │   ├── netstandard1.0
            │   │   ├── netstandard2.0
            │   │   ├── portable-net45 win8 wp8 wpa81
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   ├── ref
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── netcoreapp2.1
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   ├── useSharedDesignerContext.txt
            │   └── version.txt
            ├── System.ValueTuple.4.5.0
            │   ├── LICENSE.TXT
            │   ├── System.ValueTuple.4.5.0.nupkg
            │   ├── THIRD-PARTY-NOTICES.TXT
            │   ├── lib
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net461
            │   │   ├── net47
            │   │   ├── netcoreapp2.0
            │   │   ├── netstandard1.0
            │   │   ├── netstandard2.0
            │   │   ├── portable-net40 sl4 win8 wp8
            │   │   ├── uap10.0.16299
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   ├── ref
            │   │   ├── MonoAndroid10
            │   │   ├── MonoTouch10
            │   │   ├── net461
            │   │   ├── net47
            │   │   ├── netcoreapp2.0
            │   │   ├── netstandard2.0
            │   │   ├── portable-net40 sl4 win8 wp8
            │   │   ├── uap10.0.16299
            │   │   ├── xamarinios10
            │   │   ├── xamarinmac20
            │   │   ├── xamarintvos10
            │   │   └── xamarinwatchos10
            │   ├── useSharedDesignerContext.txt
            │   └── version.txt
            ├── Unity.5.11.10
            │   ├── Unity.5.11.10.nupkg
            │   └── lib
            │       ├── net40
            │       ├── net45
            │       ├── net46
            │       ├── net47
            │       ├── net48
            │       ├── netcoreapp1.0
            │       ├── netcoreapp2.0
            │       ├── netcoreapp3.0
            │       ├── netstandard1.0
            │       └── netstandard2.0
            ├── Unity.5.11.7
            │   ├── Unity.5.11.7.nupkg
            │   └── lib
            │       ├── net40
            │       ├── net45
            │       ├── net46
            │       ├── net47
            │       ├── net48
            │       ├── netcoreapp1.0
            │       ├── netcoreapp2.0
            │       ├── netcoreapp3.0
            │       ├── netstandard1.0
            │       └── netstandard2.0
            ├── Unity.Abstractions.5.11.6
            │   ├── Unity.Abstractions.5.11.6.nupkg
            │   └── lib
            │       ├── net40
            │       ├── net45
            │       ├── net46
            │       ├── net47
            │       ├── net48
            │       ├── netcoreapp1.0
            │       ├── netcoreapp2.0
            │       ├── netcoreapp3.0
            │       ├── netstandard1.0
            │       └── netstandard2.0
            ├── Unity.Abstractions.5.11.7
            │   ├── Unity.Abstractions.5.11.7.nupkg
            │   └── lib
            │       ├── net40
            │       ├── net45
            │       ├── net46
            │       ├── net47
            │       ├── net48
            │       ├── netcoreapp1.0
            │       ├── netcoreapp2.0
            │       ├── netcoreapp3.0
            │       ├── netstandard1.0
            │       └── netstandard2.0
            ├── Unity.Container.5.11.11
            │   ├── Unity.Container.5.11.11.nupkg
            │   └── lib
            │       ├── net40
            │       ├── net45
            │       ├── net46
            │       ├── net47
            │       ├── net48
            │       ├── netcoreapp1.0
            │       ├── netcoreapp2.0
            │       ├── netcoreapp3.0
            │       ├── netstandard1.0
            │       └── netstandard2.0
            ├── Unity.Container.5.11.8
            │   ├── Unity.Container.5.11.8.nupkg
            │   └── lib
            │       ├── net40
            │       ├── net45
            │       ├── net46
            │       ├── net47
            │       ├── net48
            │       ├── netcoreapp1.0
            │       ├── netcoreapp2.0
            │       ├── netcoreapp3.0
            │       ├── netstandard1.0
            │       └── netstandard2.0
            ├── avalon.1.46
            │   ├── Content
            │   │   └── Scripts
            │   ├── Tools
            │   │   ├── common.ps1
            │   │   ├── install.ps1
            │   │   └── uninstall.ps1
            │   └── avalon.1.46.nupkg
            └── log4net.2.0.3
                ├── lib
                │   ├── net10-full
                │   ├── net11-full
                │   ├── net20-full
                │   ├── net35-client
                │   ├── net35-full
                │   ├── net40-client
                │   └── net40-full
                └── log4net.2.0.3.nupkg

1119 directories, 2358 files


标签: ecu EC 数据 C#

实例下载地址

C# ECU产线数据记录

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警