mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-28 05:46:19 +00:00
15 lines
No EOL
212 B
C#
15 lines
No EOL
212 B
C#
namespace ServiceLib.Models
|
|
{
|
|
public class ComboItem
|
|
{
|
|
public string? ID
|
|
{
|
|
get; set;
|
|
}
|
|
|
|
public string? Text
|
|
{
|
|
get; set;
|
|
}
|
|
}
|
|
} |