Esempio n. 1
0
        private void toCountingWindowButton_Click(object sender, EventArgs e)
        {
            this.Hide();
            CountingWindow cW = new CountingWindow();

            cW.Show();
        }
Esempio n. 2
0
        private void returnButton_Click(object sender, EventArgs e)
        {
            ChartForm      cF = new ChartForm();
            CountingWindow cW = new CountingWindow();

            cF.Close();
            this.Close();

            cW.Show();
        }