public UIEntry() { Alignment = UIEntryTextAlignment.Center; Text = string.Empty; X = 0; Y = 0; Values = new List <string>(); }
public UIEntry() { Alignment = UIEntryTextAlignment.Center; Text = string.Empty; X = 0; Y = 0; Values = new List<string>(); }