private void libroButton_Click(object sender, EventArgs e) { Libro l = listLibri.SelectedItem as Libro; textBox.Text = l.Describe(); }