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