예제 #1
0
 private void comboBox6_SelectedIndexChanged(object sender, EventArgs e)
 {
     comboBox5.Items.Clear();
     Fun_Proyecto.ListarColumnas(Fun_Proyecto.Usuario, Fun_Proyecto.Contraseña, Fun_Proyecto.Esquema, comboBox6.Text, comboBox5);
 }