XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEToolBox

【WPF】XFE工具箱

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEToolBox

添加主要配置文件

ea7a935
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

1 个文件 +4 -1
Modified XFEToolBox.Server/Profiles/Data/MainDataProfile.cs +4 -1
@@ -4,5 +4,8 @@ namespace XFEToolBox.Server.Profiles.Data;
4 4
5 5 public partial class MainDataProfile : XFEProfile
6 6 {
7
7 [ProfileProperty]
8 [ProfilePropertyAddGet("Current.downloadAddressList.CurrentProfile = Current")]
9 [ProfilePropertyAddGet("return Current.downloadAddressList")]
10 private ProfileList<string> downloadAddressList = [];
8 11 }