18 lines
382 B
C#
18 lines
382 B
C#
/*
|
|
* Author: Nikolay Dvurechensky
|
|
* Site: https://www.dvurechensky.pro/
|
|
* Gmail: dvurechenskysoft@gmail.com
|
|
* Last Updated: 13 мая 2025 15:25:18
|
|
* Version: 1.0.1
|
|
*/
|
|
|
|
namespace FLGenerateLibrary
|
|
{
|
|
public class SearchInfo
|
|
{
|
|
public string Key { get; set; }
|
|
public string Value { get; set; }
|
|
public string NameResources { get; set; }
|
|
}
|
|
}
|