实例介绍
WPF权限框架账户密码都已经默认 目前服务端和客户端放在一个解决方案下, 如果后期的自行修改的源工程, 建议服务端客户端分离。
【实例截图】
【核心代码】
80b2c764-3019-49e3-9c0c-c34eb262ce16
└── publicWpf
├── README.md
└── ZFS
├── App
│ ├── CommonServiceLocator.dll
│ ├── CommonServiceLocator.pdb
│ ├── config
│ │ └── user.ini
│ ├── EntityFramework.dll
│ ├── EntityFramework.SqlServer.dll
│ ├── EntityFramework.SqlServer.xml
│ ├── EntityFramework.xml
│ ├── GalaSoft.MvvmLight.dll
│ ├── GalaSoft.MvvmLight.Extras.dll
│ ├── GalaSoft.MvvmLight.Extras.pdb
│ ├── GalaSoft.MvvmLight.Extras.xml
│ ├── GalaSoft.MvvmLight.pdb
│ ├── GalaSoft.MvvmLight.Platform.dll
│ ├── GalaSoft.MvvmLight.Platform.pdb
│ ├── GalaSoft.MvvmLight.Platform.xml
│ ├── GalaSoft.MvvmLight.xml
│ ├── ICSharpCode.AvalonEdit.dll
│ ├── ICSharpCode.AvalonEdit.xml
│ ├── Lierda.WPFHelper.dll
│ ├── Lierda.WPFHelper.xml
│ ├── LiveCharts.dll
│ ├── LiveCharts.Wpf.dll
│ ├── MaterialDesignColors.dll
│ ├── MaterialDesignThemes.Wpf.dll
│ ├── MQTTnet.dll
│ ├── Newtonsoft.Json.dll
│ ├── ShowMeTheXAML.AvalonEdit.dll
│ ├── ShowMeTheXAML.dll
│ ├── System.Data.SqlServerCe.dll
│ ├── System.Windows.Interactivity.dll
│ ├── Unity.Abstractions.dll
│ ├── Unity.Abstractions.pdb
│ ├── Unity.Configuration.dll
│ ├── Unity.Configuration.pdb
│ ├── Unity.Container.dll
│ ├── Unity.Container.pdb
│ ├── Unity.Interception.Configuration.dll
│ ├── Unity.Interception.Configuration.pdb
│ ├── Unity.Interception.dll
│ ├── Unity.Interception.pdb
│ ├── Unity.RegistrationByConvention.dll
│ ├── Unity.RegistrationByConvention.pdb
│ ├── Unity.ServiceLocation.dll
│ ├── Unity.ServiceLocation.pdb
│ ├── ZFSBridge.dll
│ ├── ZFSBridge.pdb
│ ├── ZFSData.dll
│ ├── ZFSData.pdb
│ ├── ZFS.Generator.exe
│ ├── ZFS.Generator.exe.config
│ ├── ZFS.Generator.pdb
│ ├── ZFS.Library.dll
│ ├── ZFS.Library.pdb
│ ├── ZFS.Model.dll
│ ├── ZFS.Model.pdb
│ ├── ZFS.MqttClient.dll
│ ├── ZFS.MqttClient.pdb
│ ├── ZFS.MqttClientTest.exe
│ ├── ZFS.MqttClientTest.exe.config
│ ├── ZFS.MqttClientTest.pdb
│ ├── ZFS.MqttServer.exe
│ ├── ZFS.MqttServer.exe.config
│ ├── ZFS.MqttServer.pdb
│ ├── ZFS.ServerBusiness.dll
│ ├── ZFS.ServerBusiness.pdb
│ ├── ZFS.ServerLibrary.dll
│ ├── ZFS.ServerLibrary.dll.config
│ ├── ZFS.ServerLibrary.pdb
│ ├── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.SqlServer.resources.dll
│ ├── 演示客户端.exe
│ ├── 演示客户端.exe.config
│ ├── 演示客户端.pdb
│ ├── 演示服务端.exe
│ ├── 演示服务端.exe.config
│ └── 演示服务端.pdb
├── packages
│ ├── AvalonEdit.5.0.4
│ │ ├── AvalonEdit.5.0.4.nupkg
│ │ └── lib
│ │ ├── Net35
│ │ │ ├── ICSharpCode.AvalonEdit.dll
│ │ │ └── ICSharpCode.AvalonEdit.xml
│ │ └── Net40
│ │ ├── ICSharpCode.AvalonEdit.dll
│ │ └── ICSharpCode.AvalonEdit.xml
│ ├── CommonServiceLocator.2.0.2
│ │ ├── CommonServiceLocator.2.0.2.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ └── CommonServiceLocator.dll
│ │ ├── net45
│ │ │ └── CommonServiceLocator.dll
│ │ ├── net47
│ │ │ └── CommonServiceLocator.dll
│ │ ├── netcoreapp1.0
│ │ │ └── CommonServiceLocator.dll
│ │ ├── netstandard1.0
│ │ │ └── CommonServiceLocator.dll
│ │ └── netstandard2.0
│ │ └── CommonServiceLocator.dll
│ ├── EntityFramework.6.2.0
│ │ ├── content
│ │ │ └── net40
│ │ │ ├── App.config.transform
│ │ │ └── Web.config.transform
│ │ ├── EntityFramework.6.2.0.nupkg
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── EntityFramework.dll
│ │ │ │ ├── EntityFramework.SqlServer.dll
│ │ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ │ ├── EntityFramework.xml
│ │ │ │ └── zh-Hans
│ │ │ │ ├── EntityFramework.resources.dll
│ │ │ │ ├── EntityFramework.SqlServer.resources.dll
│ │ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ │ └── EntityFramework.xml
│ │ │ └── net45
│ │ │ ├── EntityFramework.dll
│ │ │ ├── EntityFramework.SqlServer.dll
│ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ ├── EntityFramework.xml
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ ├── EntityFramework.SqlServer.resources.dll
│ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ └── EntityFramework.xml
│ │ └── tools
│ │ ├── about_EntityFramework.help.txt
│ │ ├── EntityFramework.PowerShell.dll
│ │ ├── EntityFramework.PowerShell.Utility.dll
│ │ ├── EntityFramework.psd1
│ │ ├── EntityFramework.psm1
│ │ ├── init.ps1
│ │ ├── install.ps1
│ │ └── migrate.exe
│ ├── EntityFramework.SqlServerCompact.6.2.0
│ │ ├── content
│ │ │ └── net40
│ │ │ ├── App.config.transform
│ │ │ └── Web.config.transform
│ │ ├── EntityFramework.SqlServerCompact.6.2.0.nupkg
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── EntityFramework.SqlServerCompact.dll
│ │ │ │ └── EntityFramework.SqlServerCompact.xml
│ │ │ └── net45
│ │ │ ├── EntityFramework.SqlServerCompact.dll
│ │ │ └── EntityFramework.SqlServerCompact.xml
│ │ └── tools
│ │ └── install.ps1
│ ├── EntityFramework.zh-Hans.6.2.0
│ │ ├── EntityFramework.zh-Hans.6.2.0.nupkg
│ │ └── lib
│ │ ├── net40
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ ├── EntityFramework.SqlServer.resources.dll
│ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ └── EntityFramework.xml
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ ├── EntityFramework.SqlServer.resources.dll
│ │ ├── EntityFramework.SqlServer.xml
│ │ └── EntityFramework.xml
│ ├── Lierda.WPFHelper.1.0.3
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── Lierda.WPFHelper.dll
│ │ │ │ └── Lierda.WPFHelper.xml
│ │ │ ├── net45
│ │ │ │ ├── Lierda.WPFHelper.dll
│ │ │ │ └── Lierda.WPFHelper.xml
│ │ │ ├── net451
│ │ │ │ ├── Lierda.WPFHelper.dll
│ │ │ │ └── Lierda.WPFHelper.xml
│ │ │ ├── net452
│ │ │ │ ├── Lierda.WPFHelper.dll
│ │ │ │ └── Lierda.WPFHelper.xml
│ │ │ ├── net46
│ │ │ │ ├── Lierda.WPFHelper.dll
│ │ │ │ └── Lierda.WPFHelper.xml
│ │ │ ├── net461
│ │ │ │ ├── Lierda.WPFHelper.dll
│ │ │ │ └── Lierda.WPFHelper.xml
│ │ │ └── net462
│ │ │ ├── Lierda.WPFHelper.dll
│ │ │ └── Lierda.WPFHelper.xml
│ │ └── Lierda.WPFHelper.1.0.3.nupkg
│ ├── Microsoft.SqlServer.Compact.4.0.8876.1
│ │ ├── Content
│ │ │ └── web.config.transform
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── System.Data.SqlServerCe.dll
│ │ ├── Microsoft.SqlServer.Compact.4.0.8876.1.nupkg
│ │ ├── NativeBinaries
│ │ │ ├── amd64
│ │ │ │ ├── Microsoft.VC90.CRT
│ │ │ │ │ ├── Microsoft.VC90.CRT.manifest
│ │ │ │ │ ├── msvcr90.dll
│ │ │ │ │ └── README_ENU.txt
│ │ │ │ ├── sqlceca40.dll
│ │ │ │ ├── sqlcecompact40.dll
│ │ │ │ ├── sqlceer40EN.dll
│ │ │ │ ├── sqlceme40.dll
│ │ │ │ ├── sqlceqp40.dll
│ │ │ │ └── sqlcese40.dll
│ │ │ └── x86
│ │ │ ├── Microsoft.VC90.CRT
│ │ │ │ ├── Microsoft.VC90.CRT.manifest
│ │ │ │ ├── msvcr90.dll
│ │ │ │ └── README_ENU.txt
│ │ │ ├── sqlceca40.dll
│ │ │ ├── sqlcecompact40.dll
│ │ │ ├── sqlceer40EN.dll
│ │ │ ├── sqlceme40.dll
│ │ │ ├── sqlceqp40.dll
│ │ │ └── sqlcese40.dll
│ │ ├── SQLCE_EULA_ENU.rtf
│ │ └── tools
│ │ ├── Install.ps1
│ │ ├── Uninstall.ps1
│ │ ├── VS.psd1
│ │ └── VS.psm1
│ ├── MvvmLight.5.4.1
│ │ ├── Content
│ │ │ └── ViewModel
│ │ │ ├── MainViewModel.cs.pp
│ │ │ └── ViewModelLocator.cs.pp
│ │ ├── MvvmLight.5.4.1.nupkg
│ │ └── tools
│ │ └── install.ps1
│ ├── MvvmLightLibs.5.4.1
│ │ ├── lib
│ │ │ ├── monoandroid1
│ │ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.XML
│ │ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.XML
│ │ │ │ └── GalaSoft.MvvmLight.XML
│ │ │ ├── net35
│ │ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.xml
│ │ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.xml
│ │ │ │ ├── System.Windows.Interactivity.dll
│ │ │ │ └── System.Windows.Interactivity.xml
│ │ │ ├── net40
│ │ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.xml
│ │ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.xml
│ │ │ │ ├── System.Windows.Interactivity.dll
│ │ │ │ └── System.Windows.Interactivity.xml
│ │ │ ├── net45
│ │ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.xml
│ │ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.xml
│ │ │ │ ├── GalaSoft.MvvmLight.xml
│ │ │ │ └── System.Windows.Interactivity.dll
│ │ │ ├── portable-net45+wp8+wpa81+netcore45+monoandroid1+xamarin.ios10
│ │ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.XML
│ │ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ │ └── GalaSoft.MvvmLight.XML
│ │ │ ├── SL5
│ │ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.xml
│ │ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.xml
│ │ │ │ └── System.Windows.Interactivity.dll
│ │ │ ├── uap10.0
│ │ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.xml
│ │ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.pri
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.xml
│ │ │ │ └── GalaSoft.MvvmLight.xml
│ │ │ ├── windows81
│ │ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.xml
│ │ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.pri
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.xml
│ │ │ │ └── GalaSoft.MvvmLight.xml
│ │ │ ├── wp8
│ │ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.xml
│ │ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.xml
│ │ │ │ ├── GalaSoft.MvvmLight.xml
│ │ │ │ └── System.Windows.Interactivity.dll
│ │ │ ├── wp81
│ │ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.xml
│ │ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.xml
│ │ │ │ ├── GalaSoft.MvvmLight.xml
│ │ │ │ └── System.Windows.Interactivity.dll
│ │ │ ├── wpa81
│ │ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Extras.XML
│ │ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.dll
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.pdb
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.pri
│ │ │ │ ├── GalaSoft.MvvmLight.Platform.XML
│ │ │ │ └── GalaSoft.MvvmLight.XML
│ │ │ └── xamarin.ios10
│ │ │ ├── GalaSoft.MvvmLight.dll
│ │ │ ├── GalaSoft.MvvmLight.Extras.dll
│ │ │ ├── GalaSoft.MvvmLight.Extras.pdb
│ │ │ ├── GalaSoft.MvvmLight.Extras.XML
│ │ │ ├── GalaSoft.MvvmLight.pdb
│ │ │ ├── GalaSoft.MvvmLight.Platform.dll
│ │ │ ├── GalaSoft.MvvmLight.Platform.XML
│ │ │ └── GalaSoft.MvvmLight.XML
│ │ └── MvvmLightLibs.5.4.1.nupkg
│ └── Unity.5.8.11
│ ├── lib
│ │ ├── net40
│ │ │ ├── CommonServiceLocator.dll
│ │ │ ├── CommonServiceLocator.pdb
│ │ │ ├── Unity.Abstractions.dll
│ │ │ ├── Unity.Abstractions.pdb
│ │ │ ├── Unity.Configuration.dll
│ │ │ ├── Unity.Configuration.pdb
│ │ │ ├── Unity.Container.dll
│ │ │ ├── Unity.Container.pdb
│ │ │ ├── Unity.ServiceLocation.dll
│ │ │ └── Unity.ServiceLocation.pdb
│ │ ├── net45
│ │ │ ├── CommonServiceLocator.dll
│ │ │ ├── CommonServiceLocator.pdb
│ │ │ ├── Unity.Abstractions.dll
│ │ │ ├── Unity.Abstractions.pdb
│ │ │ ├── Unity.Configuration.dll
│ │ │ ├── Unity.Configuration.pdb
│ │ │ ├── Unity.Container.dll
│ │ │ ├── Unity.Container.pdb
│ │ │ ├── Unity.Interception.Configuration.dll
│ │ │ ├── Unity.Interception.Configuration.pdb
│ │ │ ├── Unity.Interception.dll
│ │ │ ├── Unity.Interception.pdb
│ │ │ ├── Unity.RegistrationByConvention.dll
│ │ │ ├── Unity.RegistrationByConvention.pdb
│ │ │ ├── Unity.ServiceLocation.dll
│ │ │ └── Unity.ServiceLocation.pdb
│ │ ├── net46
│ │ │ ├── CommonServiceLocator.dll
│ │ │ ├── CommonServiceLocator.pdb
│ │ │ ├── Unity.Abstractions.dll
│ │ │ ├── Unity.Abstractions.pdb
│ │ │ ├── Unity.Configuration.dll
│ │ │ ├── Unity.Configuration.pdb
│ │ │ ├── Unity.Container.dll
│ │ │ ├── Unity.Container.pdb
│ │ │ ├── Unity.Interception.Configuration.dll
│ │ │ ├── Unity.Interception.Configuration.pdb
│ │ │ ├── Unity.Interception.dll
│ │ │ ├── Unity.Interception.pdb
│ │ │ ├── Unity.RegistrationByConvention.dll
│ │ │ ├── Unity.RegistrationByConvention.pdb
│ │ │ ├── Unity.ServiceLocation.dll
│ │ │ └── Unity.ServiceLocation.pdb
│ │ ├── net47
│ │ │ ├── CommonServiceLocator.dll
│ │ │ ├── CommonServiceLocator.pdb
│ │ │ ├── Unity.Abstractions.dll
│ │ │ ├── Unity.Abstractions.pdb
│ │ │ ├── Unity.Configuration.dll
│ │ │ ├── Unity.Configuration.pdb
│ │ │ ├── Unity.Container.dll
│ │ │ ├── Unity.Container.pdb
│ │ │ ├── Unity.Interception.Configuration.dll
│ │ │ ├── Unity.Interception.Configuration.pdb
│ │ │ ├── Unity.Interception.dll
│ │ │ ├── Unity.Interception.pdb
│ │ │ ├── Unity.RegistrationByConvention.dll
│ │ │ ├── Unity.RegistrationByConvention.pdb
│ │ │ ├── Unity.ServiceLocation.dll
│ │ │ └── Unity.ServiceLocation.pdb
│ │ ├── netcoreapp1.0
│ │ │ ├── CommonServiceLocator.deps.json
│ │ │ ├── CommonServiceLocator.dll
│ │ │ ├── CommonServiceLocator.pdb
│ │ │ ├── Unity.Abstractions.deps.json
│ │ │ ├── Unity.Abstractions.dll
│ │ │ ├── Unity.Abstractions.pdb
│ │ │ ├── Unity.Container.deps.json
│ │ │ ├── Unity.Container.dll
│ │ │ ├── Unity.Container.pdb
│ │ │ ├── Unity.ServiceLocation.deps.json
│ │ │ ├── Unity.ServiceLocation.dll
│ │ │ └── Unity.ServiceLocation.pdb
│ │ ├── netcoreapp2.0
│ │ │ ├── CommonServiceLocator.deps.json
│ │ │ ├── CommonServiceLocator.dll
│ │ │ ├── CommonServiceLocator.pdb
│ │ │ ├── Unity.Abstractions.deps.json
│ │ │ ├── Unity.Abstractions.dll
│ │ │ ├── Unity.Abstractions.pdb
│ │ │ ├── Unity.Configuration.deps.json
│ │ │ ├── Unity.Configuration.dll
│ │ │ ├── Unity.Configuration.pdb
│ │ │ ├── Unity.Container.deps.json
│ │ │ ├── Unity.Container.dll
│ │ │ ├── Unity.Container.pdb
│ │ │ ├── Unity.Interception.Configuration.deps.json
│ │ │ ├── Unity.Interception.Configuration.dll
│ │ │ ├── Unity.Interception.Configuration.pdb
│ │ │ ├── Unity.Interception.deps.json
│ │ │ ├── Unity.Interception.dll
│ │ │ ├── Unity.Interception.pdb
│ │ │ ├── Unity.RegistrationByConvention.deps.json
│ │ │ ├── Unity.RegistrationByConvention.dll
│ │ │ ├── Unity.RegistrationByConvention.pdb
│ │ │ ├── Unity.ServiceLocation.deps.json
│ │ │ ├── Unity.ServiceLocation.dll
│ │ │ └── Unity.ServiceLocation.pdb
│ │ ├── netstandard1.0
│ │ │ ├── CommonServiceLocator.deps.json
│ │ │ ├── CommonServiceLocator.dll
│ │ │ ├── CommonServiceLocator.pdb
│ │ │ ├── Unity.Abstractions.deps.json
│ │ │ ├── Unity.Abstractions.dll
│ │ │ ├── Unity.Abstractions.pdb
│ │ │ ├── Unity.Container.deps.json
│ │ │ ├── Unity.Container.dll
│ │ │ ├── Unity.Container.pdb
│ │ │ ├── Unity.ServiceLocation.deps.json
│ │ │ ├── Unity.ServiceLocation.dll
│ │ │ └── Unity.ServiceLocation.pdb
│ │ └── netstandard2.0
│ │ ├── CommonServiceLocator.deps.json
│ │ ├── CommonServiceLocator.dll
│ │ ├── CommonServiceLocator.pdb
│ │ ├── Unity.Abstractions.deps.json
│ │ ├── Unity.Abstractions.dll
│ │ ├── Unity.Abstractions.pdb
│ │ ├── Unity.Configuration.deps.json
│ │ ├── Unity.Configuration.dll
│ │ ├── Unity.Configuration.pdb
│ │ ├── Unity.Container.deps.json
│ │ ├── Unity.Container.dll
│ │ ├── Unity.Container.pdb
│ │ ├── Unity.Interception.Configuration.deps.json
│ │ ├── Unity.Interception.Configuration.dll
│ │ ├── Unity.Interception.Configuration.pdb
│ │ ├── Unity.Interception.deps.json
│ │ ├── Unity.Interception.dll
│ │ ├── Unity.Interception.pdb
│ │ ├── Unity.RegistrationByConvention.deps.json
│ │ ├── Unity.RegistrationByConvention.dll
│ │ ├── Unity.RegistrationByConvention.pdb
│ │ ├── Unity.ServiceLocation.deps.json
│ │ ├── Unity.ServiceLocation.dll
│ │ └── Unity.ServiceLocation.pdb
│ └── Unity.5.8.11.nupkg
├── ZFSBridge
│ ├── BridgeFactory.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── ZFS.Bridge.csprojAssemblyReference.cache
│ │ ├── ZFS.Bridge.csproj.CopyComplete
│ │ ├── ZFS.Bridge.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.Bridge.csproj.FileListAbsolute.txt
│ │ ├── ZFSBridge.dll
│ │ └── ZFSBridge.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── ZFS.Bridge.csproj
├── ZFSData
│ ├── EntityFrameworkManager.cs
│ ├── FactoryManager.cs
│ ├── IDataManager.cs
│ ├── InterFace
│ │ ├── IBaseDal.cs
│ │ ├── IDictionary.cs
│ │ ├── IDictionaryType.cs
│ │ ├── IGenerator.cs
│ │ ├── IGroup.cs
│ │ ├── IMenu.cs
│ │ └── IUser.cs
│ ├── Manager
│ │ ├── BaseDal.cs
│ │ ├── DictionaryManager.cs
│ │ ├── DictionaryTypeManager.cs
│ │ ├── GeneratorManager.cs
│ │ ├── GroupManager.cs
│ │ ├── MenuManager.cs
│ │ └── UserManager.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── ZFS.Data.csprojAssemblyReference.cache
│ │ ├── ZFS.Data.csproj.CopyComplete
│ │ ├── ZFS.Data.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.Data.csproj.FileListAbsolute.txt
│ │ ├── ZFSData.dll
│ │ └── ZFSData.pdb
│ ├── packages.config
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ZFS.Data.csproj
│ └── ZFS.Data.csproj.user
├── ZFSDomain
│ ├── App.config
│ ├── App.ico
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Common
│ │ ├── Converts
│ │ │ ├── CustomConverter.cs
│ │ │ ├── EnumConverter.cs
│ │ │ ├── FlagConverter.cs
│ │ │ ├── NumberConverter.cs
│ │ │ ├── StatusConverter.cs
│ │ │ └── VisibilityConverter.cs
│ │ ├── CoreLib
│ │ │ ├── Authority.cs
│ │ │ ├── BaseOperation.cs
│ │ │ ├── ContextMenuModel.cs
│ │ │ ├── Enums
│ │ │ │ └── DisplayType.cs
│ │ │ ├── Helper
│ │ │ │ ├── ExceptionInfo.cs
│ │ │ │ ├── ExceptionLibrary.cs
│ │ │ │ ├── Msg.cs
│ │ │ │ └── SplashManager.cs
│ │ │ ├── Loginer.cs
│ │ │ ├── LoginerInfo.cs
│ │ │ ├── Menu
│ │ │ │ └── MenuManager.cs
│ │ │ ├── Module
│ │ │ │ ├── GroupCategory.cs
│ │ │ │ ├── ModuleComponent.cs
│ │ │ │ ├── ModuleGroup.cs
│ │ │ │ ├── ModuleInfo.cs
│ │ │ │ └── ModuleManager.cs
│ │ │ ├── PageInfo.cs
│ │ │ └── ToolBarDefault.cs
│ │ ├── Fonts
│ │ │ └── iconfont.ttf
│ │ ├── Image
│ │ │ ├── QRCode.jpg
│ │ │ ├── SampleOne.jpg
│ │ │ ├── tx.png
│ │ │ └── ZFS_32_Logo.ico
│ │ ├── Other
│ │ │ └── PlayAnimation.cs
│ │ ├── Unity
│ │ │ ├── BootStrapper.cs
│ │ │ ├── ServiceProvider.cs
│ │ │ └── UnityServiceLocator.cs
│ │ ├── UserControls
│ │ │ ├── Chart
│ │ │ │ ├── DemoChart.xaml
│ │ │ │ ├── DemoChart.xaml.cs
│ │ │ │ ├── MaterialCards.xaml
│ │ │ │ ├── MaterialCards.xaml.cs
│ │ │ │ ├── PieChartExample.xaml
│ │ │ │ ├── PieChartExample.xaml.cs
│ │ │ │ ├── StackedAreaExample.xaml
│ │ │ │ └── StackedAreaExample.xaml.cs
│ │ │ ├── Common
│ │ │ │ ├── About.xaml
│ │ │ │ ├── About.xaml.cs
│ │ │ │ ├── BorderDictionary.xaml
│ │ │ │ ├── ButtonStyle.xaml
│ │ │ │ ├── DefaultViewPage.xaml
│ │ │ │ ├── DefaultViewPage.xaml.cs
│ │ │ │ ├── ExpanderDictionary.xaml
│ │ │ │ ├── MsgBox.xaml
│ │ │ │ ├── MsgBox.xaml.cs
│ │ │ │ ├── MsgHostBox.xaml
│ │ │ │ ├── MsgHostBox.xaml.cs
│ │ │ │ ├── ScrollViewDictionary.xaml
│ │ │ │ ├── SearchControl.xaml
│ │ │ │ ├── SearchControl.xaml.cs
│ │ │ │ ├── SplashScreen.xaml
│ │ │ │ ├── SplashScreen.xaml.cs
│ │ │ │ ├── UcDataPager.xaml
│ │ │ │ └── UcDataPager.xaml.cs
│ │ │ ├── MainLeftMenu.xaml
│ │ │ ├── MainLeftMenu.xaml.cs
│ │ │ ├── MainMinLeftMenu.xaml
│ │ │ ├── MainMinLeftMenu.xaml.cs
│ │ │ ├── MainNotice.xaml
│ │ │ ├── MainNotice.xaml.cs
│ │ │ ├── MainPopupBox.xaml
│ │ │ ├── MainPopupBox.xaml.cs
│ │ │ ├── MainTabControl.xaml
│ │ │ ├── MainTabControl.xaml.cs
│ │ │ ├── MainUserInfo.xaml
│ │ │ ├── MainUserInfo.xaml.cs
│ │ │ ├── Metro
│ │ │ │ ├── UserMetroGrid.xaml
│ │ │ │ └── UserMetroGrid.xaml.cs
│ │ │ ├── MsgLeftChatMenu.xaml
│ │ │ ├── MsgLeftChatMenu.xaml.cs
│ │ │ ├── MsgOnLineMenu.xaml
│ │ │ ├── MsgOnLineMenu.xaml.cs
│ │ │ ├── UserColorBar.xaml
│ │ │ ├── UserColorBar.xaml.cs
│ │ │ ├── UserToolBar.xaml
│ │ │ └── UserToolBar.xaml.cs
│ │ └── ValidationRules
│ │ └── NotEmptyValidationRule.cs
│ ├── Interface
│ │ └── Base
│ │ ├── IDataOperation.cs
│ │ ├── IDataPager.cs
│ │ ├── IModelDialog.cs
│ │ ├── IPermission.cs
│ │ ├── IUnityLocator.cs
│ │ └── IUserDialog.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── obj
│ │ └── Debug
│ │ ├── App.baml
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── Common
│ │ │ └── UserControls
│ │ │ ├── Chart
│ │ │ │ ├── DemoChart.baml
│ │ │ │ ├── DemoChart.g.cs
│ │ │ │ ├── DemoChart.g.i.cs
│ │ │ │ ├── MaterialCards.baml
│ │ │ │ ├── MaterialCards.g.cs
│ │ │ │ ├── MaterialCards.g.i.cs
│ │ │ │ ├── PieChartExample.baml
│ │ │ │ ├── PieChartExample.g.cs
│ │ │ │ ├── PieChartExample.g.i.cs
│ │ │ │ ├── StackedAreaExample.baml
│ │ │ │ ├── StackedAreaExample.g.cs
│ │ │ │ └── StackedAreaExample.g.i.cs
│ │ │ ├── Common
│ │ │ │ ├── About.baml
│ │ │ │ ├── About.g.cs
│ │ │ │ ├── About.g.i.cs
│ │ │ │ ├── BorderDictionary.baml
│ │ │ │ ├── ButtonStyle.baml
│ │ │ │ ├── DefaultViewPage.baml
│ │ │ │ ├── DefaultViewPage.g.cs
│ │ │ │ ├── DefaultViewPage.g.i.cs
│ │ │ │ ├── ExpanderDictionary.baml
│ │ │ │ ├── MsgBox.baml
│ │ │ │ ├── MsgBox.g.cs
│ │ │ │ ├── MsgBox.g.i.cs
│ │ │ │ ├── MsgHostBox.baml
│ │ │ │ ├── MsgHostBox.g.cs
│ │ │ │ ├── MsgHostBox.g.i.cs
│ │ │ │ ├── ScrollViewDictionary.baml
│ │ │ │ ├── SearchControl.baml
│ │ │ │ ├── SearchControl.g.cs
│ │ │ │ ├── SearchControl.g.i.cs
│ │ │ │ ├── SplashScreen.baml
│ │ │ │ ├── SplashScreen.g.cs
│ │ │ │ ├── SplashScreen.g.i.cs
│ │ │ │ ├── UcDataPager.baml
│ │ │ │ ├── UcDataPager.g.cs
│ │ │ │ └── UcDataPager.g.i.cs
│ │ │ ├── MainLeftMenu.baml
│ │ │ ├── MainLeftMenu.g.cs
│ │ │ ├── MainLeftMenu.g.i.cs
│ │ │ ├── MainMinLeftMenu.baml
│ │ │ ├── MainMinLeftMenu.g.cs
│ │ │ ├── MainMinLeftMenu.g.i.cs
│ │ │ ├── MainNotice.baml
│ │ │ ├── MainNotice.g.cs
│ │ │ ├── MainNotice.g.i.cs
│ │ │ ├── MainPopupBox.baml
│ │ │ ├── MainPopupBox.g.cs
│ │ │ ├── MainPopupBox.g.i.cs
│ │ │ ├── MainTabControl.baml
│ │ │ ├── MainTabControl.g.cs
│ │ │ ├── MainTabControl.g.i.cs
│ │ │ ├── MainUserInfo.baml
│ │ │ ├── MainUserInfo.g.cs
│ │ │ ├── MainUserInfo.g.i.cs
│ │ │ ├── Metro
│ │ │ │ ├── UserMetroGrid.baml
│ │ │ │ ├── UserMetroGrid.g.cs
│ │ │ │ └── UserMetroGrid.g.i.cs
│ │ │ ├── MsgLeftChatMenu.baml
│ │ │ ├── MsgLeftChatMenu.g.cs
│ │ │ ├── MsgLeftChatMenu.g.i.cs
│ │ │ ├── MsgOnLineMenu.baml
│ │ │ ├── MsgOnLineMenu.g.cs
│ │ │ ├── MsgOnLineMenu.g.i.cs
│ │ │ ├── UserColorBar.baml
│ │ │ ├── UserColorBar.g.cs
│ │ │ ├── UserColorBar.g.i.cs
│ │ │ ├── UserToolBar.baml
│ │ │ ├── UserToolBar.g.cs
│ │ │ └── UserToolBar.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ ├── MainWindow.g.i.cs
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── View
│ │ │ ├── Dictionary
│ │ │ │ ├── DictionaryView.baml
│ │ │ │ ├── DictionaryViewDialog.baml
│ │ │ │ ├── DictionaryViewDialog.g.cs
│ │ │ │ ├── DictionaryViewDialog.g.i.cs
│ │ │ │ ├── DictionaryView.g.cs
│ │ │ │ └── DictionaryView.g.i.cs
│ │ │ ├── Group
│ │ │ │ ├── GroupView.baml
│ │ │ │ ├── GroupViewDialog.baml
│ │ │ │ ├── GroupViewDialog.g.cs
│ │ │ │ ├── GroupViewDialog.g.i.cs
│ │ │ │ ├── GroupView.g.cs
│ │ │ │ └── GroupView.g.i.cs
│ │ │ ├── Menu
│ │ │ │ ├── MenuView.baml
│ │ │ │ ├── MenuViewDialog.baml
│ │ │ │ ├── MenuViewDialog.g.cs
│ │ │ │ ├── MenuViewDialog.g.i.cs
│ │ │ │ ├── MenuView.g.cs
│ │ │ │ └── MenuView.g.i.cs
│ │ │ ├── Sign
│ │ │ │ ├── Login.baml
│ │ │ │ ├── Login.g.cs
│ │ │ │ └── Login.g.i.cs
│ │ │ ├── Step
│ │ │ │ ├── HomeAbout.baml
│ │ │ │ ├── HomeAbout.g.cs
│ │ │ │ ├── HomeAbout.g.i.cs
│ │ │ │ ├── MessagesBox.baml
│ │ │ │ ├── MessagesBox.g.cs
│ │ │ │ ├── MessagesBox.g.i.cs
│ │ │ │ ├── NoticeBox.baml
│ │ │ │ ├── NoticeBox.g.cs
│ │ │ │ ├── NoticeBox.g.i.cs
│ │ │ │ ├── SearchUserWindow.baml
│ │ │ │ ├── SearchUserWindow.g.cs
│ │ │ │ ├── SearchUserWindow.g.i.cs
│ │ │ │ ├── SkinWindow.baml
│ │ │ │ ├── SkinWindow.g.cs
│ │ │ │ └── SkinWindow.g.i.cs
│ │ │ └── User
│ │ │ ├── UserView.baml
│ │ │ ├── UserViewDialog.baml
│ │ │ ├── UserViewDialog.g.cs
│ │ │ ├── UserViewDialog.g.i.cs
│ │ │ ├── UserView.g.cs
│ │ │ └── UserView.g.i.cs
│ │ ├── ZFS.Domain.csprojAssemblyReference.cache
│ │ ├── ZFS.Domain.csproj.CopyComplete
│ │ ├── ZFS.Domain.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.Domain.csproj.FileListAbsolute.txt
│ │ ├── ZFS.Domain.csproj.GenerateResource.cache
│ │ ├── ZFSDomain.Properties.Resources.resources
│ │ ├── 演示客户端.exe
│ │ ├── 演示客户端.g.resources
│ │ ├── 演示客户端_MarkupCompile.cache
│ │ ├── 演示客户端_MarkupCompile.lref
│ │ └── 演示客户端.pdb
│ ├── packages.config
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── View
│ │ ├── Dictionary
│ │ │ ├── DictionaryViewDialog.xaml
│ │ │ ├── DictionaryViewDialog.xaml.cs
│ │ │ ├── DictionaryView.xaml
│ │ │ └── DictionaryView.xaml.cs
│ │ ├── Group
│ │ │ ├── GroupViewDialog.xaml
│ │ │ ├── GroupViewDialog.xaml.cs
│ │ │ ├── GroupView.xaml
│ │ │ └── GroupView.xaml.cs
│ │ ├── Menu
│ │ │ ├── MenuViewDialog.xaml
│ │ │ ├── MenuViewDialog.xaml.cs
│ │ │ ├── MenuView.xaml
│ │ │ └── MenuView.xaml.cs
│ │ ├── Sign
│ │ │ ├── Login.xaml
│ │ │ └── Login.xaml.cs
│ │ ├── Step
│ │ │ ├── HomeAbout.xaml
│ │ │ ├── HomeAbout.xaml.cs
│ │ │ ├── MessagesBox.xaml
│ │ │ ├── MessagesBox.xaml.cs
│ │ │ ├── NoticeBox.xaml
│ │ │ ├── NoticeBox.xaml.cs
│ │ │ ├── SearchUserWindow.xaml
│ │ │ ├── SearchUserWindow.xaml.cs
│ │ │ ├── SkinWindow.xaml
│ │ │ └── SkinWindow.xaml.cs
│ │ └── User
│ │ ├── UserViewDialog.xaml
│ │ ├── UserViewDialog.xaml.cs
│ │ ├── UserView.xaml
│ │ └── UserView.xaml.cs
│ ├── ViewDialog
│ │ ├── BaseView.cs
│ │ ├── BaseViewDialog.cs
│ │ ├── Dictionary
│ │ │ ├── DictionaryView.cs
│ │ │ └── DictionaryViewDlg.cs
│ │ ├── Group
│ │ │ ├── GroupView.cs
│ │ │ └── GroupViewDlg.cs
│ │ ├── MainViewDlg.cs
│ │ ├── Menu
│ │ │ ├── MenuView.cs
│ │ │ └── MenuViewDlg.cs
│ │ ├── Sign
│ │ │ └── LoginViewDlg.cs
│ │ ├── Step
│ │ │ ├── MessagesBoxViewDlg.cs
│ │ │ ├── MsgBoxViewDlg.cs
│ │ │ ├── NoticeViewDlg.cs
│ │ │ └── SkinViewDlg.cs
│ │ └── User
│ │ ├── SearchUserDlg.cs
│ │ ├── UserView.cs
│ │ └── UserViewDlg.cs
│ ├── ViewModel
│ │ ├── Dictionary
│ │ │ ├── DictionaryDialogViewModel.cs
│ │ │ └── DictionaryViewModel.cs
│ │ ├── Group
│ │ │ ├── GroupDialogViewModel.cs
│ │ │ └── GroupViewModel.cs
│ │ ├── MainViewModel.cs
│ │ ├── Menu
│ │ │ ├── MenuDialogViewModel.cs
│ │ │ └── MenuViewModel.cs
│ │ ├── Sign
│ │ │ └── LoginViewModel.cs
│ │ ├── Step
│ │ │ ├── MessagesBoxViewModel.cs
│ │ │ ├── MsgBoxViewModel.cs
│ │ │ ├── NoticeViewModel.cs
│ │ │ ├── PopBoxViewModel.cs
│ │ │ └── SkinViewModel.cs
│ │ └── User
│ │ ├── SearchUserViewModel.cs
│ │ ├── UserDialogViewModel.cs
│ │ └── UserViewModel.cs
│ ├── ZFS.Domain.csproj
│ └── ZFS.Domain.csproj.user
├── ZFS.Generator
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Converter
│ │ └── VisibilityConverter.cs
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── obj
│ │ └── Debug
│ │ ├── App.baml
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ ├── MainWindow.g.i.cs
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── ZFS.Generator.csprojAssemblyReference.cache
│ │ ├── ZFS.Generator.csproj.CopyComplete
│ │ ├── ZFS.Generator.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.Generator.csproj.FileListAbsolute.txt
│ │ ├── ZFS.Generator.csproj.GenerateResource.cache
│ │ ├── ZFS.Generator.exe
│ │ ├── ZFS.Generator.g.resources
│ │ ├── ZFS.Generator_MarkupCompile.cache
│ │ ├── ZFS.Generator_MarkupCompile.lref
│ │ ├── ZFS.Generator.pdb
│ │ └── ZFS.Generator.Properties.Resources.resources
│ ├── packages.config
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ViewModel
│ │ ├── MainViewModel.cs
│ │ └── SplashManager.cs
│ └── ZFS.Generator.csproj
├── ZFS.Library
│ ├── Configuration.cs
│ ├── Expressions
│ │ └── ExpressionHelper.cs
│ ├── Generator
│ │ ├── GeneratorToModelClass.cs
│ │ ├── GeneratorTools.cs
│ │ ├── IGeneratorToClass.cs
│ │ └── TableStruct.cs
│ ├── Helper
│ │ ├── ClassOperation.cs
│ │ ├── Computer.cs
│ │ ├── DefaultException.cs
│ │ ├── FileHelper
│ │ │ └── IniFile.cs
│ │ ├── MD5Poxy
│ │ │ └── CEncoder.cs
│ │ ├── MQTT
│ │ │ ├── ENUM_MqttMsgType.cs
│ │ │ └── MSG_MQTT_MessageStruct.cs
│ │ └── ZipTools.cs
│ ├── LoggerHelper.cs
│ ├── Module
│ │ ├── GetEnumAttrbute.cs
│ │ └── ModuleAttribute.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── ZFS.Library.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.Library.csproj.FileListAbsolute.txt
│ │ ├── ZFS.Library.dll
│ │ └── ZFS.Library.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ServiceResponse.cs
│ └── ZFS.Library.csproj
├── ZFS.Model
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── ZFS.Model.csprojAssemblyReference.cache
│ │ ├── ZFS.Model.csproj.CopyComplete
│ │ ├── ZFS.Model.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.Model.csproj.FileListAbsolute.txt
│ │ ├── ZFS.Model.dll
│ │ └── ZFS.Model.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── tb_Attachment.cs
│ ├── tb_AuthorityItem.cs
│ ├── tb_DataRules.cs
│ ├── tb_Dictionary.cs
│ ├── tb_DictionaryType.cs
│ ├── tb_FieldNameDefs.cs
│ ├── tb_Group.cs
│ ├── tb_GroupFunc.cs
│ ├── tb_GroupUser.cs
│ ├── tb_Log.cs
│ ├── tb_LogDetail.cs
│ ├── tb_LogFields.cs
│ ├── tb_LoginLog.cs
│ ├── tb_Menu.cs
│ ├── tb_Rules.cs
│ ├── tb_User.cs
│ ├── View_GroupUser.cs
│ ├── View_MenuTree.cs
│ ├── View_UserAuthority.cs
│ ├── ZFSConfig.cs
│ ├── ZFS.Model.csproj
│ └── ZFS.Model.csproj.user
├── ZFS.MqttClient
│ ├── MqttClient.cs
│ ├── obj
│ │ └── Debug
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── ZFS.MqttClient.csprojAssemblyReference.cache
│ │ ├── ZFS.MqttClient.csproj.CopyComplete
│ │ ├── ZFS.MqttClient.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.MqttClient.csproj.FileListAbsolute.txt
│ │ ├── ZFS.MqttClient.dll
│ │ └── ZFS.MqttClient.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── ZFS.MqttClient.csproj
├── ZFS.MqttClientTest
│ ├── App.config
│ ├── obj
│ │ └── Debug
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── ZFS.MqttClientTest.csprojAssemblyReference.cache
│ │ ├── ZFS.MqttClientTest.csproj.CopyComplete
│ │ ├── ZFS.MqttClientTest.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.MqttClientTest.csproj.FileListAbsolute.txt
│ │ ├── ZFS.MqttClientTest.exe
│ │ └── ZFS.MqttClientTest.pdb
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── ZFS.MqttClientTest.csproj
├── ZFS.MqttServer
│ ├── App.config
│ ├── obj
│ │ └── Debug
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── ZFS.MqttServer.csprojAssemblyReference.cache
│ │ ├── ZFS.MqttServer.csproj.CopyComplete
│ │ ├── ZFS.MqttServer.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.MqttServer.csproj.FileListAbsolute.txt
│ │ ├── ZFS.MqttServer.exe
│ │ └── ZFS.MqttServer.pdb
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── ZFS.MqttServer.csproj
├── ZFS.ServerBusiness
│ ├── Connected Services
│ │ └── ServiceReference
│ │ ├── configuration91.svcinfo
│ │ ├── configuration.svcinfo
│ │ ├── Reference.cs
│ │ ├── Reference.svcmap
│ │ ├── service1.xsd
│ │ ├── service.wsdl
│ │ └── service.xsd
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── ZFS.ServerBusiness.csprojAssemblyReference.cache
│ │ ├── ZFS.ServerBusiness.csproj.CopyComplete
│ │ ├── ZFS.ServerBusiness.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.ServerBusiness.csproj.FileListAbsolute.txt
│ │ ├── ZFS.ServerBusiness.dll
│ │ └── ZFS.ServerBusiness.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── WCF_BaseManager.cs
│ ├── WCF_DictionaryManager.cs
│ ├── WCF_DictionTypeManager.cs
│ ├── WCF_GeneratorManager.cs
│ ├── WCF_GroupManager.cs
│ ├── WCF_MenuManager.cs
│ ├── WCF_UserManager.cs
│ └── ZFS.ServerBusiness.csproj
├── ZFS.ServerClient
│ ├── App.config
│ ├── App.ico
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── ZFS.ServerClient.csprojAssemblyReference.cache
│ │ ├── ZFS.ServerClient.csproj.CopyComplete
│ │ ├── ZFS.ServerClient.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.ServerClient.csproj.FileListAbsolute.txt
│ │ ├── ZFS.ServerClient.csproj.GenerateResource.cache
│ │ ├── ZFS.ServerClient.Properties.Resources.resources
│ │ ├── ZFS.ServerClient.Run_Server.resources
│ │ ├── 演示服务端.exe
│ │ └── 演示服务端.pdb
│ ├── packages.config
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Run_Server.cs
│ ├── Run_Server.Designer.cs
│ ├── Run_Server.resx
│ └── ZFS.ServerClient.csproj
├── ZFS.ServerLibrary
│ ├── App.config
│ ├── BaseService.cs
│ ├── DictionaryService.cs
│ ├── DictionaryTypeService.cs
│ ├── GeneratorService.cs
│ ├── GroupService.cs
│ ├── IBaseService.cs
│ ├── MenuService.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── WcfConfigValidationData.tmp
│ │ ├── ZFS.ServerLibrary.csprojAssemblyReference.cache
│ │ ├── ZFS.ServerLibrary.csproj.CopyComplete
│ │ ├── ZFS.ServerLibrary.csproj.CoreCompileInputs.cache
│ │ ├── ZFS.ServerLibrary.csproj.FileListAbsolute.txt
│ │ ├── ZFS.ServerLibrary.dll
│ │ └── ZFS.ServerLibrary.pdb
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── UserService.cs
│ ├── ZFS.ServerLibrary.csproj
│ └── ZFS.ServerLibrary.csproj.user
└── ZFS.sln
199 directories, 972 files
标签:
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)
支持(0) 盖楼(回复)