downkyi/DownKyi/Models/ParseScopeDisplay.cs

11 lines
201 B

using DownKyi.Core.Settings;
namespace DownKyi.Models
{
public class ParseScopeDisplay
{
public string Name { get; set; }
public ParseScope ParseScope { get; set; }
}
}