Пример #1
0
        private void metroButton3_Click(object sender, EventArgs e)
        {
            yearEnd a = new yearEnd();

            this.Hide();
            a.Show();
        }
Пример #2
0
        private void Back_Click(object sender, EventArgs e)
        {
            yearEnd a = new yearEnd();

            this.Hide();
            a.Show();
        }