update README.md.

Signed-off-by: 艾竹 <akwkevin@126.com>
This commit is contained in:
艾竹
2023-05-03 14:14:07 +00:00
committed by Gitee
parent ce69c85b6b
commit 5c21e97caa

View File

@@ -25,8 +25,11 @@ namespace AIStudio.Wpf.CSharpScript
是不是很简单。
### 2.本次扩展的主要内容
【1】.可编程模块使用C#语言
【2】.控制台打印控件可以打印程序中的Console.WriteLine数据
【3】.为了便于大家使用写了一个Box工厂分配Box的数据流向效果图。
### 3.可编程模块的实现原理
@@ -243,13 +246,18 @@ public class TextEditorThemeHelper
```
使用方法:
TextEditorThemeHelper.SetCurrentTheme("VS2019_Dark");
或者
TextEditorThemeHelper.SetCurrentTheme("TrueBlue");
或者
TextEditorThemeHelper.SetCurrentTheme("Dark");
或者
TextEditorThemeHelper.SetCurrentTheme("Light");
是不是超级简单。
### 5.代码编辑模块的编译与测试。
![输入图片说明](Images/build.png)