Ejemplo n.º 1
0
 private void listBox2_SelectedIndexChanged(object sender, EventArgs e)
 {
     selectedCita = (CitaDTO)listBox2.SelectedItem;
 }