Exemple #1
0
        private void btn_StatisticsOpen_Click(object sender, EventArgs e)
        {
            this.Hide();
            FormStatistics dis = new FormStatistics();

            dis.ShowDialog();
        }
Exemple #2
0
        private void btn_Statistics_Click(object sender, EventArgs e)
        {
            this.Hide();
            FormStatistics stat = new FormStatistics();

            stat.ShowDialog();
            this.Close();
        }