Exemplo n.º 1
0
 public void Add(TTextBoxItem item)
 {
     this.items.Add(item);
 }
Exemplo n.º 2
0
		public void Add(TTextBoxItem item)
		{
			this.items.Add(item);
		}