示例#1
0
        private void btnNotice_Click(object sender, EventArgs e)
        {
            Student_Notice profile = new Student_Notice(username);

            profile.Show();
            this.Hide();
        }
示例#2
0
        private void btnFile_Click(object sender, EventArgs e)
        {
            Student_Notice file = new Student_Notice("");

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