xaml-sdk/AutoCompleteBox/WithDataForm/Country.cs

11 строки
143 B
C#

namespace WithDataForm
{
public class Country
{
public string Name { get; set; }
public string Capital { get; set; }
}
}