private void bt_retroceder_Click(object sender, EventArgs e)
 {
     EstatisticasInscritosRevalidadosClube estatisticasInscritosRevalidadosClube = new EstatisticasInscritosRevalidadosClube();
     estatisticasInscritosRevalidadosClube.Show();
     this.Hide();
 }
示例#2
0
 private void ts_estatisticas_inscritosERevalidadosPorClubes_Click(object sender, EventArgs e)
 {
     EstatisticasInscritosRevalidadosClube estatisticasInscritosRevalidadosClube = new EstatisticasInscritosRevalidadosClube();
     estatisticasInscritosRevalidadosClube.Show();
     this.Hide();
 }