namespace XFEExtension.NetCore.WinUIHelper.Interface;
/// <summary>
/// 配置文件信息条目
/// </summary>
public interface IProfileInfoEntry
{
/// <summary>
/// 配置文件访问路径
/// </summary>
string ProfilePath { get; }
}
namespace XFEExtension.NetCore.WinUIHelper.Interface;
/// <summary>
/// 配置文件信息条目
/// </summary>
public interface IProfileInfoEntry
{
/// <summary>
/// 配置文件访问路径
/// </summary>
string ProfilePath { get; }
}