Browse Source

更新 Readme 文档,更新忽略文件文档

yuzhengyang 7 years ago
parent
commit
4e239886b1
3 changed files with 335 additions and 32 deletions
  1. 217 23
      .gitignore
  2. BIN
      Azylee.Utils/.vs/Azylee.Utils/v15/Server/sqlite3/storage.ide
  3. 118 9
      README.md

+ 217 - 23
.gitignore

@@ -1,35 +1,73 @@
-#################
-## Visual Studio
-#################
-
 ## Ignore Visual Studio temporary files, build results, and
 ## Ignore Visual Studio temporary files, build results, and
 ## files generated by popular Visual Studio add-ons.
 ## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
 
 
 # User-specific files
 # User-specific files
 *.suo
 *.suo
 *.user
 *.user
+*.userosscache
 *.sln.docstates
 *.sln.docstates
 
 
-# Build results
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
 
 
+# Build results
 [Dd]ebug/
 [Dd]ebug/
+[Dd]ebugPublic/
 [Rr]elease/
 [Rr]elease/
+[Rr]eleases/
 x64/
 x64/
-build/
+x86/
+bld/
 [Bb]in/
 [Bb]in/
 [Oo]bj/
 [Oo]bj/
+[Ll]og/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
 
 
 # MSTest test Results
 # MSTest test Results
 [Tt]est[Rr]esult*/
 [Tt]est[Rr]esult*/
 [Bb]uild[Ll]og.*
 [Bb]uild[Ll]og.*
 
 
+# NUNIT
+*.VisualState.xml
+TestResult.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+**/Properties/launchSettings.json
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
 *_i.c
 *_i.c
 *_p.c
 *_p.c
+*_i.h
 *.ilk
 *.ilk
 *.meta
 *.meta
 *.obj
 *.obj
+*.iobj
 *.pch
 *.pch
 *.pdb
 *.pdb
+*.ipdb
 *.pgc
 *.pgc
 *.pgd
 *.pgd
 *.rsp
 *.rsp
@@ -44,21 +82,34 @@ build/
 *.vssscc
 *.vssscc
 .builds
 .builds
 *.pidb
 *.pidb
-*.log
+*.svclog
 *.scc
 *.scc
 
 
+# Chutzpah Test files
+_Chutzpah*
+
 # Visual C++ cache files
 # Visual C++ cache files
 ipch/
 ipch/
 *.aps
 *.aps
 *.ncb
 *.ncb
+*.opendb
 *.opensdf
 *.opensdf
 *.sdf
 *.sdf
 *.cachefile
 *.cachefile
+*.VC.db
+*.VC.VC.opendb
 
 
 # Visual Studio profiler
 # Visual Studio profiler
 *.psess
 *.psess
 *.vsp
 *.vsp
 *.vspx
 *.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
 
 
 # Guidance Automation Toolkit
 # Guidance Automation Toolkit
 *.gpState
 *.gpState
@@ -66,6 +117,10 @@ ipch/
 # ReSharper is a .NET coding add-in
 # ReSharper is a .NET coding add-in
 _ReSharper*/
 _ReSharper*/
 *.[Rr]e[Ss]harper
 *.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# JustCode is a .NET coding add-in
+.JustCode
 
 
 # TeamCity is a build add-in
 # TeamCity is a build add-in
 _TeamCity*
 _TeamCity*
@@ -73,9 +128,25 @@ _TeamCity*
 # DotCover is a Code Coverage Tool
 # DotCover is a Code Coverage Tool
 *.dotCover
 *.dotCover
 
 
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
 # NCrunch
 # NCrunch
-*.ncrunch*
+_NCrunch_*
 .*crunch*.local.xml
 .*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
 
 
 # Installshield output folder
 # Installshield output folder
 [Ee]xpress/
 [Ee]xpress/
@@ -94,43 +165,166 @@ DocProject/Help/html
 publish/
 publish/
 
 
 # Publish Web Output
 # Publish Web Output
-*.Publish.xml
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
 *.pubxml
 *.pubxml
 *.publishproj
 *.publishproj
 
 
-# NuGet Packages Directory
-## TODO: If you have NuGet Package Restore enabled, uncomment the next line
-#packages/
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
 
 
-# Windows Azure Build Output
-csx
+# Microsoft Azure Build Output
+csx/
 *.build.csdef
 *.build.csdef
 
 
-# Windows Store app package directory
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
 AppPackages/
 AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!*.[Cc]ache/
 
 
 # Others
 # Others
-sql/
-*.Cache
 ClientBin/
 ClientBin/
-[Ss]tyle[Cc]op.*
 ~$*
 ~$*
 *~
 *~
 *.dbmdl
 *.dbmdl
-*.[Pp]ublish.xml
+*.dbproj.schemaview
+*.jfm
 *.pfx
 *.pfx
 *.publishsettings
 *.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk 
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
 
 
 # RIA/Silverlight projects
 # RIA/Silverlight projects
 Generated_Code/
 Generated_Code/
 
 
-# Backup & report files from converting an old project file to a newer
-# Visual Studio version. Backup files are not needed, because we have git ;-)
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
 _UpgradeReport_Files/
 _UpgradeReport_Files/
 Backup*/
 Backup*/
 UpgradeLog*.XML
 UpgradeLog*.XML
 UpgradeLog*.htm
 UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
 
 
 # SQL Server files
 # SQL Server files
-App_Data/*.mdf
-App_Data/*.ldf
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# JetBrains Rider
+.idea/
+*.sln.iml
+
+# CodeRush
+.cr/
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output 
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder 
+.mfractor/

BIN
Azylee.Utils/.vs/Azylee.Utils/v15/Server/sqlite3/storage.ide


+ 118 - 9
README.md

@@ -1,10 +1,19 @@
-# Fork
+# Fork
 
 
 Fork 是平时在做 C# 项目的时候,收藏整理的一个工具项目,包括各种常用的工具和方法,窗口控件等。
 Fork 是平时在做 C# 项目的时候,收藏整理的一个工具项目,包括各种常用的工具和方法,窗口控件等。
 
 
 持续完善更新中……
 持续完善更新中……
 
 
-------
+已添加到 Nuget 的库,可直接在 VS 中搜索安装。
+
+# | 模块 | DLL | Nuget | 支持 .NET 版本
+---|---|---|---|---
+1 | 核心库 | Azylee.Core | [1.0.0.4](https://www.nuget.org/packages/Azylee.Core/) | 4.0
+2 | 增强库 | Azylee.Core.Plus | - | 4.0
+
+
+
+---
 
 
 ## Azylee.Utils 工具组
 ## Azylee.Utils 工具组
 
 
@@ -14,7 +23,8 @@ Fork 是平时在做 C# 项目的时候,收藏整理的一个工具项目,
 2. Azylee.Core.Plus : 带其他引用的扩展方法
 2. Azylee.Core.Plus : 带其他引用的扩展方法
 3. Azylee.Update : 更新工具包
 3. Azylee.Update : 更新工具包
 4. Azylee.YeahWeb : Http 及网络相关工具包
 4. Azylee.YeahWeb : Http 及网络相关工具包
-5. Azylee.WinformSkin : Winform 样式和控件
+5. Azylee.WinformMan : Winform 窗体管理
+6. Azylee.WinformSkin : Winform 样式和控件
 
 
 ### Azylee.Core 模块:
 ### Azylee.Core 模块:
 
 
@@ -32,7 +42,12 @@ Fork 是平时在做 C# 项目的时候,收藏整理的一个工具项目,
  
  
 ● DataUtils:数据处理
 ● DataUtils:数据处理
   ┣ CollectionUtils:集合处理
   ┣ CollectionUtils:集合处理
-    ┗ ListTool.cs               // 列表内容判断
+    ┣ ArrayTool.cs              // 数组格式化
+    ┣ ListTool.cs               // 列表内容判断
+    ┗ Ls.cs                     // 列表内容判断(ListTool)
+    
+  ┣ CurrencyUtils:货币处理
+    ┗ RMB.cs:集合处理          // 人民币格式化
     
     
   ┣ DateTimeUtils:日期时间处理
   ┣ DateTimeUtils:日期时间处理
     ┣ ChineseHourTool.cs        // 中文时辰转换
     ┣ ChineseHourTool.cs        // 中文时辰转换
@@ -40,13 +55,18 @@ Fork 是平时在做 C# 项目的时候,收藏整理的一个工具项目,
     ┣ DateTimeTool.cs           // 日期时间处理
     ┣ DateTimeTool.cs           // 日期时间处理
     ┣ DateTool.cs               // 日期处理
     ┣ DateTool.cs               // 日期处理
     ┣ TimerTool.cs              // 时间处理
     ┣ TimerTool.cs              // 时间处理
+    ┣ TimeStampTool.cs          // 时间戳
     ┣ UnixTimeTool.cs           // Unix 时间换算
     ┣ UnixTimeTool.cs           // Unix 时间换算
     ┗ WeekDayTool.cs            // 时间 - 周 换算
     ┗ WeekDayTool.cs            // 时间 - 周 换算
    
    
   ┣ EncryptUtils:加密解密
   ┣ EncryptUtils:加密解密
     ┣ AesTool.cs                // AES 加密解密
     ┣ AesTool.cs                // AES 加密解密
     ┣ DesTool.cs                // DES 加密解密
     ┣ DesTool.cs                // DES 加密解密
-    ┗ MD5Tool.cs                // 计算 MD5
+    ┣ MD5OTool.cs               // MD5 原生算法
+    ┗ MD5Tool.cs                // MD5 算法(依赖系统)
+    
+  ┣ EnumUtils:枚举处理
+    ┗ FlagsEnumTool.cs          // 标志枚举运算
    
    
   ┣ GuidUtils:Guid 处理
   ┣ GuidUtils:Guid 处理
     ┗ GuidTool.cs               // Guid 格式处理
     ┗ GuidTool.cs               // Guid 格式处理
@@ -55,6 +75,8 @@ Fork 是平时在做 C# 项目的时候,收藏整理的一个工具项目,
     ┗ SerializeTool.cs          // 模型序列化
     ┗ SerializeTool.cs          // 模型序列化
    
    
   ┣ StringUtils:字符串处理
   ┣ StringUtils:字符串处理
+    ┣ Str.cs                    // 字符串处理(StringTool)
+    ┣ StringArrayTool.cs        // 字符串数组处理
     ┗ StringTool.cs             // 字符串处理
     ┗ StringTool.cs             // 字符串处理
    
    
   ┗ UnitConvertUtils:单位转换
   ┗ UnitConvertUtils:单位转换
@@ -65,26 +87,57 @@ Fork 是平时在做 C# 项目的时候,收藏整理的一个工具项目,
     ┣ ProgressDelegate.cs       // 进度委托
     ┣ ProgressDelegate.cs       // 进度委托
     ┗ ProgressEventArgs.cs      // 进度委托参数
     ┗ ProgressEventArgs.cs      // 进度委托参数
 
 
+● DllUtils:Dll 加载
+  ┗ DllInvokeTool.cs            // Dll 加载
+  
+● DrawingUtils:绘图
+  ┗ ColorUtils:颜色
+    ┗ ColorStyle.cs             // 颜色
+    
+● FormUtils:窗体工具
+  ┗ FormManTool.cs              // 窗口管理器
+
 ● IOUtils:输入输出
 ● IOUtils:输入输出
   ┣ BinaryUtils:二进制文件
   ┣ BinaryUtils:二进制文件
     ┗ BinaryFileTool.cs         // 二进制文件读写
     ┗ BinaryFileTool.cs         // 二进制文件读写
     
     
   ┣ DirUtils:路径
   ┣ DirUtils:路径
+    ┣ DirFinder.cs              // 目录搜索
     ┗ DirTool.cs                // 目录操作
     ┗ DirTool.cs                // 目录操作
     
     
+  ┣ ExifUtils:图片信息
+    ┣ ExifHelper.cs             // 图片信息查看
+    ┗ ExifTagNames.cs           // 信息项
+    
+  ┣ FileManUtils:文件管理
+    ┣ FileWatcher.cs            // 文件监控
+    ┗ FileWatcherEventArgs.cs   // 文件监控事件
+    
   ┣ FileUtils:文件
   ┣ FileUtils:文件
     ┣ FileCodeTool.cs           // 文件特征码
     ┣ FileCodeTool.cs           // 文件特征码
     ┣ FileCompressTool.cs       // 文件压缩
     ┣ FileCompressTool.cs       // 文件压缩
     ┣ FileEncryptTool.cs        // 文件加密解密
     ┣ FileEncryptTool.cs        // 文件加密解密
+    ┣ FileFinder.cs             // 文件搜索
     ┣ FilePackageModel.cs       // 文件打包模型
     ┣ FilePackageModel.cs       // 文件打包模型
     ┣ FilePackageTool.cs        // 文件打包
     ┣ FilePackageTool.cs        // 文件打包
     ┗ FileTool.cs               // 文件操作
     ┗ FileTool.cs               // 文件操作
     
     
+  ┣ ImageUtils:图片
+    ┣ AffineTool.cs             // 图片仿射
+    ┣ BarCodeToHTML.cs          // 网页一维码
+    ┣ CaptchaHelper.cs          // 验证码
+    ┣ IconTool.cs               // 生成 Icon
+    ┣ ImageHelper.cs            // 缩略图
+    ┣ ImageSpliter.cs           // 图片分割
+    ┣ RotateImageTool.cs        // 图像旋转
+    ┣ ScreenCapture.cs          // 截屏
+    ┗ ThunbnailTool.cs          // 缩略图
+    
   ┣ PathUtils:路径
   ┣ PathUtils:路径
     ┗ AppDirTool.cs             // 程序目录操作
     ┗ AppDirTool.cs             // 程序目录操作
     
     
   ┣ TxtUtils:文本
   ┣ TxtUtils:文本
-    ┣ ConfigTool.cs             // (暂无)
+    ┣ ConfigTool.cs             // 读取配置
     ┣ IniTool.cs                // 操作 ini 配置文件
     ┣ IniTool.cs                // 操作 ini 配置文件
     ┣ TxtTool.cs                // 操作文本文件
     ┣ TxtTool.cs                // 操作文本文件
     ┗ XmlTool.cs                // (暂无)
     ┗ XmlTool.cs                // (暂无)
@@ -100,11 +153,45 @@ Fork 是平时在做 C# 项目的时候,收藏整理的一个工具项目,
     ┣ StatusLog.cs              // 状态日志工具
     ┣ StatusLog.cs              // 状态日志工具
     ┗ StatusLogModel.cs         // 状态日志模型
     ┗ StatusLogModel.cs         // 状态日志模型
     
     
+● NetUtils:网络
+  ┣ IPFormatter.cs              // IP 格式化检查
+  ┣ MacFormatter.cs             // MAC 格式化检查
+  ┣ NetConnectionInfo.cs        // 网络连接信息
+  ┣ NetFlowService.cs           // 网络流量监控
+  ┣ NetflowTool.cs              // 网络流量监控
+  ┣ NetPacketTool.cs            // 网络数据包工具
+  ┣ NetProcessInfo.cs           // 联网进程信息
+  ┣ NetProcessInfo.cs           // 联网进程读取
+  ┗ PingTool.cs                 // 网络连通
+  
 ● ProcessUtils:进程
 ● ProcessUtils:进程
+  ┣ ProcessInfoTool.cs          // 进程信息读取
+  ┣ ProcessStarter.cs           // 进程启动器
   ┗ ProcessTool.cs              // 进程操作
   ┗ ProcessTool.cs              // 进程操作
   
   
+● ProxyUtils:代理
+  ┣ SimpleProxyUtils:简单代理
+    ┣ RunMode.cs                // 运行模式
+    ┗ SimpleProxyTool.cs        // 代理工具
+    
+● ReflectionUtils:反射
+  ┣ AttributeUtils:反射属性
+    ┣ AttributeTool.cs          // 加载属性
+    ┣ ControlAttribute.cs       // (暂无)
+    ┣ ControlAttributeEvent.cs  // (暂无)
+    ┗ CustomAttributeHelper.cs  // 加载属性
+    
+  ┣ ReflectionCoreUtils:反射处理
+    ┣ DomainTool.cs             // 应用程序域
+    ┗ SimpleReflection.cs       // 反射执行
+
 ● TaskUtils:任务
 ● TaskUtils:任务
   ┗ TaskSupport.cs              // 辅助启动线程任务
   ┗ TaskSupport.cs              // 辅助启动线程任务
+  
+● ThreadUtils:线程
+  ┣ SleepUtils:线程休眠
+    ┣ Sleep.cs                  // 休眠(SleepTool)
+    ┗ SleepTool.cs              // 休眠
 
 
 ● VersionUtils:版本
 ● VersionUtils:版本
   ┗ VersionTool.cs              // 版本处理
   ┗ VersionTool.cs              // 版本处理
@@ -115,19 +202,40 @@ Fork 是平时在做 C# 项目的时候,收藏整理的一个工具项目,
     ┣ ExplorerAPI.cs            // Explorer:可打开指定文件夹窗口
     ┣ ExplorerAPI.cs            // Explorer:可打开指定文件夹窗口
     ┣ PermissionAPI.cs          // 执行权限
     ┣ PermissionAPI.cs          // 执行权限
     ┣ SystemSleepAPI.cs         // 系统睡眠
     ┣ SystemSleepAPI.cs         // 系统睡眠
-    ┗ WindowsAPI.cs             // 窗口信息
+    ┣ WindowsAPI.cs             // 窗口信息
+    ┣ WindowsDrawerAPI.cs       // 桌面绘图
+    ┗ WindowsHotKeyAPI.cs       // 热键
+    
+  ┣ BrowserUtils:浏览器
+    ┗ BrowserSelector.cs        // 浏览器选择
+    
+  ┣ ClipboardUtils:剪贴板
+    ┗ ClipboardTool.cs          // 剪贴板
     
     
   ┣ CMDUtils:API
   ┣ CMDUtils:API
     ┣ CMDNetstatTool.cs         // CMD网络指令包装
     ┣ CMDNetstatTool.cs         // CMD网络指令包装
     ┗ CMDProcessTool.cs         // CMD进程启动工具
     ┗ CMDProcessTool.cs         // CMD进程启动工具
     
     
+  ┣ HookUtils:Hook
+    ┣ KeyboardHook.cs           // 键盘钩子
+    ┣ KeyboardHookHelper.cs     // (暂无)
+    ┗ UserActivityHook.cs       // 用户动作监控
+    
   ┣ InfoUtils:信息
   ┣ InfoUtils:信息
     ┣ ComputerInfoTool.cs       // 计算机信息
     ┣ ComputerInfoTool.cs       // 计算机信息
     ┣ ComputerStatusTool.cs     // 计算机性能计数器
     ┣ ComputerStatusTool.cs     // 计算机性能计数器
-    ┗ NetcardInfoTool.cs        // 网卡信息
+    ┣ NetcardInfoTool.cs        // 网卡信息
+    ┣ OSInfoTool.cs             // 操作系统
+    ┣ OSName.cs                 // 操作系统清单
+    ┣ PatchInfoTool.cs          // 计算机补丁
+    ┣ SoftwareInfo.cs           // 软件信息
+    ┗ SoftwareTool.cs           // 已装软件列表
     
     
   ┣ RegisterUtils:注册表
   ┣ RegisterUtils:注册表
     ┗ RegisterTool.cs           // 操作注册表
     ┗ RegisterTool.cs           // 操作注册表
+    
+  ┣ ShareUtils:共享
+    ┗ ShareInfoTool.cs           // 计算机共享
   
   
   ┗ ShortcutUtils:快捷方式
   ┗ ShortcutUtils:快捷方式
     ┗ ShortcutTool.cs           // 操作快捷方式
     ┗ ShortcutTool.cs           // 操作快捷方式
@@ -177,6 +285,8 @@ Fork 是平时在做 C# 项目的时候,收藏整理的一个工具项目,
   ┗ HttpToolPlus.cs             // 增强Http工具(如携带Cookie)
   ┗ HttpToolPlus.cs             // 增强Http工具(如携带Cookie)
 ```
 ```
 
 
+### Azylee.WinformMan
+——暂无
 
 
 ### Azylee.WinformSkin
 ### Azylee.WinformSkin
 ——暂无
 ——暂无
@@ -188,5 +298,4 @@ Fork 是平时在做 C# 项目的时候,收藏整理的一个工具项目,
 - 在使用过程中,遇到问题可以给我发邮件,希望能帮助到你,更期待你的建议 ~~~
 - 在使用过程中,遇到问题可以给我发邮件,希望能帮助到你,更期待你的建议 ~~~
 
 
 
 
-
 ![image](https://raw.githubusercontent.com/yuzhengyang/Fork/master/Documents/QRCode/WeiXinQRCodeMini.jpg)
 ![image](https://raw.githubusercontent.com/yuzhengyang/Fork/master/Documents/QRCode/WeiXinQRCodeMini.jpg)