//Boton exportar / importar datos. private void BTN_exImDatos_Click(object sender, EventArgs e) { Importar_datos imp = new Importar_datos(this); imp.Show(); this.Hide(); }
private void BTN_exImDatos_Click(object sender, EventArgs e) { Admin InfoAdmin = new Admin(InfoLogin); Importar_datos imp = new Importar_datos(InfoAdmin); imp.Show(); this.Hide(); }