15 lines
204 B
C#
15 lines
204 B
C#
namespace v2rayN.Mode
|
|
{
|
|
public class ComboItem
|
|
{
|
|
public string ID
|
|
{
|
|
get; set;
|
|
}
|
|
|
|
public string Text
|
|
{
|
|
get; set;
|
|
}
|
|
}
|
|
} |