private void estadisticasToolStripMenuItem_Click(object sender, EventArgs e) { var estadisticasForm = new EstadisticasForm(); this.Hide(); estadisticasForm.Show(); }
private void estadisticasBtn_Click(object sender, EventArgs e) { EstadisticasForm estadisticasForm = new EstadisticasForm(); estadisticasForm.ShowDialog(); }