public override Item Clone() { ItemTextBox box = new ItemTextBox(this); box.Value = this.Value; box.Text = this.Text; return(box); }
public override Item Clone() { ItemTextBox box = new ItemTextBox(this); box.Value = this.Value; box.Text = this.Text; return box; }