BKI_DichVuMatDat.NghiepVu.f390_gd_thu_nhap_khac.m_cmd_update_Click C# (CSharp) Method

m_cmd_update_Click() private method

private m_cmd_update_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void m_cmd_update_Click(object sender, EventArgs e)
        {
            try
            {
                m_e_form_mode = DataEntryFormMode.UpdateDataState;
                if (m_grv_quan_ly_thu_nhap_khac.RowCount != 0)
                {
                    decimal v_id_gd_thu_nhap_khac = CIPConvert.ToDecimal(m_grv_quan_ly_thu_nhap_khac.GetRowCellValue(m_grv_quan_ly_thu_nhap_khac.FocusedRowHandle, "ID").ToString());
                    us_obj_2_form(v_id_gd_thu_nhap_khac);
                }
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }