Ejemplo n.º 1
0
        private void estadisticasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var estadisticasForm = new EstadisticasForm();

            this.Hide();
            estadisticasForm.Show();
        }
Ejemplo n.º 2
0
        private void estadisticasBtn_Click(object sender, EventArgs e)
        {
            EstadisticasForm estadisticasForm = new EstadisticasForm();

            estadisticasForm.ShowDialog();
        }