private void LoginAdmin_Load(object sender, EventArgs e) { conexion c = new conexion(); c.catalogous(comboBox1); }
private void Rutas_Load(object sender, EventArgs e) { conexion c = new conexion(); c.catalogorutas(comboBox1); }