Ejemplo n.º 1
0
        private void btnSideNavStatistics_Click(object sender, EventArgs e)
        {
            this.Hide();
            Statistics stat = new Statistics();

            stat.ShowDialog();
        }
 private void statBtn_Click(object sender, EventArgs e)
 {
     this.Hide();
     Statistics.Statistics stat = new Statistics.Statistics();
     stat.ShowDialog();
 }