private void btnRegresar_Click(object sender, EventArgs e) { SistDashboard sistdasb = new SistDashboard(); sistdasb.Show(); this.Close(); }
private void btnSistemas_Click(object sender, EventArgs e) { SistDashboard form = new SistDashboard(); form.Show(); this.Close(); }