Skip to content

Commit

Permalink
添加新建类Visual Studio快捷键
Browse files Browse the repository at this point in the history
  • Loading branch information
ACaiCat authored Dec 21, 2024
1 parent d7554af commit e7a15a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Document/Part7.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ using Newtonsoft.Json;

## 定义配置文件

1. 首先我们要创造一个新的`.cs`文件用来存放我们的配置文件类。我们可以右键`解决方案管理器-添加-类/接口`,文件名一般和类名一样,通常使用`Conifg`
1. 首先我们要创造一个新的`.cs`文件用来存放我们的配置文件类。我们可以右键`解决方案管理器-添加-类/接口`,文件名一般和类名一样,通常使用`Conifg`(PS: `Visual Studio`新建类的快捷键是`Ctrl+Shift+A`)
![alt text](Resourse/image.png)
![alt text](Resourse/image-1.png)

Expand Down Expand Up @@ -370,4 +370,4 @@ public class Config
}
}
```
</details>
</details>

0 comments on commit e7a15a5

Please sign in to comment.