private void btnDangNhap_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { frmDangNhap dn = new frmDangNhap(); dn.ShowDialog(); }