BKI_DichVuMatDat.f388_main.m_cmd_them_nhan_vien_nhanh_ItemClick C# (CSharp) Method

m_cmd_them_nhan_vien_nhanh_ItemClick() private method

private m_cmd_them_nhan_vien_nhanh_ItemClick ( object sender, ItemClickEventArgs e ) : void
sender object
e ItemClickEventArgs
return void
        void m_cmd_them_nhan_vien_nhanh_ItemClick(object sender, ItemClickEventArgs e)
        {
            try
            {
                //f160_them_nhan_vien_nhanh v_frm = new f160_them_nhan_vien_nhanh();
                //if(IsExistFormName(v_frm)) return;

                //v_frm.MdiParent = this;
                //v_frm.Show();
            }
            catch(Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }
f388_main