Example #1
0
        private void button_quanlyhocsinh_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            hocsinh _hs = new hocsinh();

            _hs.MdiParent = this;
            _hs.Show();
        }
Example #2
0
 private void button_quanlyhocsinh_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     hocsinh _hs = new hocsinh();
     _hs.MdiParent = this;
     _hs.Show();
 }