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

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