using XFEExtension.NetCore.WinUIHelper.Interface;
namespace XFEExtension.NetCore.WinUIHelper.Model;
///
/// ComboBox配置文件条目
///
/// 配置文件访问路径
/// 配置文件保存方法
/// 配置文件加载方法
public record class ComboBoxProfileInfoEntry(string ProfilePath, Func ProfileSaveFunc, Func, object?, object?> ProfileLoadFunc) : IProfileInfoEntry { }