Exemplo n.º 1
0
        public override Item Clone()
        {
            ItemTextBox box = new ItemTextBox(this);

            box.Value = this.Value;
            box.Text  = this.Text;
            return(box);
        }
Exemplo n.º 2
0
 public override Item Clone()
 {
     ItemTextBox box = new ItemTextBox(this);
     box.Value = this.Value;
     box.Text = this.Text;
     return box;
 }