コード例 #1
0
        private void btnStudent_Click(object sender, EventArgs e)
        {
            StudentLogin sl = new StudentLogin();

            sl.Visible = true;
            this.Hide();
        }
コード例 #2
0
        private void studenLoginToolStripMenuItem_Click(object sender, EventArgs e)
        {
            StudentLogin logout = new StudentLogin();

            logout.Visible = true;
            this.Hide();
        }