Exemplo n.º 1
0
 private void estadisticasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Estadisticas formEstadisticas = new Estadisticas();
     formEstadisticas.Show();
 }
Exemplo n.º 2
0
        private void estadisticasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Estadisticas formEstadisticas = new Estadisticas();

            formEstadisticas.Show();
        }