Beispiel #1
0
        //Boton exportar / importar datos.
        private void BTN_exImDatos_Click(object sender, EventArgs e)
        {
            Importar_datos imp = new Importar_datos(this);

            imp.Show();
            this.Hide();
        }
Beispiel #2
0
        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();
        }