Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 346 Bytes

File metadata and controls

10 lines (9 loc) · 346 Bytes

为存储库做出贡献

  1. Fork本仓库
  2. 将代码推送到Fork的仓库
  3. 添加一个新的Pull request,描述一下你的贡献

代码规范

  1. TabControl对应的TabPage内容请写到对应的Region中
  2. private小驼峰,public大驼峰
  3. 注释可以中文/英文
  4. 如果发现代码不符合上述规范,欢迎修改