namespace v2rayN.Mode { class ComboItem { public int ID { get; set; } public string Text { get; set; } } }