private void btnVentas_Click(object sender, EventArgs e) { frmVentas VentanaVentas = new frmVentas(); VentanaVentas.ShowDialog(); this.Close(); }
private void btnlogin_Click(object sender, EventArgs e) { frmVentas abrir = new frmVentas(); abrir.Show(); this.Hide(); }