From b2b18b419c33addd437f88f79e54f7c55c116f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=AA=E5=8D=83=E6=B8=94?= Date: Tue, 8 Jun 2021 13:19:44 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd6ff53..bbbf953 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ## Contents - [JxCode.Windows](#jxcodewindows) - [Contents](#contents) + - [如何使用](#如何使用) - [Win32API](#win32api) - [App](#app) - [FileDialog](#filedialog) @@ -22,7 +23,9 @@ - [简洁的注册表配置工具类](#简洁的注册表配置工具类) - [拓展工具](#拓展工具) - +## 如何使用 +1. 直接将`Shared.JxCode.Windows`添加至项目。 +2. 使用`JxCode.Windows`编译成dll后,添加至项目。 ## Win32API 封装了一些常用的API以及Enum。API来源于: