10 lines
207 B
C#
10 lines
207 B
C#
|
namespace FLGenerateLibrary
|
|||
|
{
|
|||
|
public class SearchInfo
|
|||
|
{
|
|||
|
public string Key { get; set; }
|
|||
|
public string Value { get; set; }
|
|||
|
public string NameResources { get; set; }
|
|||
|
}
|
|||
|
}
|