public partial class Form2 : Form
{
ListViewItem lista;
public Form2()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
string color = "";
if ([Link] == true) color = color + " " + [Link];
if ([Link] == true) color = color + " " + [Link];
if ([Link] == true) color = color + " " + [Link];
string sabor = "";
if ([Link] == true) sabor = sabor + " " + [Link];
if ([Link] == true) sabor = sabor + " " + [Link];
if ([Link] == true) sabor = sabor + " " + [Link];
string textura = "";
if ([Link] == true) textura = textura + " " + [Link];
if ([Link] == true) textura = textura + " " + [Link];
if ([Link] == true) textura = textura + " " + [Link];
lista = new ListViewItem([Link]);
[Link](lista);
[Link](color);
[Link](sabor);
[Link](textura);
}
}
}