Beispiel #1
0
        private void barButtonItem39_ItemClick(object sender, ItemClickEventArgs e)
        {
            Student_Information_cs s = new Student_Information_cs();

            s.ShowDialog();
        }
Beispiel #2
0
        private void navBarItem21_LinkClicked(object sender, DevExpress.XtraNavBar.NavBarLinkEventArgs e)
        {
            Student_Information_cs s = new Student_Information_cs();

            s.ShowDialog();
        }
Beispiel #3
0
        private void metroTile6_Click(object sender, EventArgs e)
        {
            Student_Information_cs st = new Student_Information_cs();

            st.ShowDialog();
        }