示例#1
0
文件: Form1.cs 项目: AshifMohamed/SMS
        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();
        }