BKI_DichVuMatDat.f388_main.m_cmd_hd_thay_doi_lns_ItemClick C# (CSharp) Method

m_cmd_hd_thay_doi_lns_ItemClick() private method

private m_cmd_hd_thay_doi_lns_ItemClick ( object sender, ItemClickEventArgs e ) : void
sender object
e ItemClickEventArgs
return void
        void m_cmd_hd_thay_doi_lns_ItemClick(object sender, ItemClickEventArgs e)
        {
            try
            {
                //F390_quan_ly_thay_doi_lns_hop_dong v_f = new F390_quan_ly_thay_doi_lns_hop_dong();
                //if (IsExistFormName(v_f)) return;
                //v_f.MdiParent = this;
                //v_f.Show();
            }
            catch(Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }
f388_main