namespace FLGenerateLibrary { public class SearchInfo { public string Key { get; set; } public string Value { get; set; } public string NameResources { get; set; } } }