FLResourceLibrary/FLGenerateLibrary/Components/SearchInfo.cs

10 lines
207 B
C#
Raw Normal View History

2025-05-13 15:23:06 +03:00
namespace FLGenerateLibrary
{
public class SearchInfo
{
public string Key { get; set; }
public string Value { get; set; }
public string NameResources { get; set; }
}
}