BKI_DichVuMatDat.NghiepVu.f381_thay_doi_he_so_luong_nang_suat_by_nhan_vien.m_grv_hs_chat_luong_DoubleClick C# (CSharp) Метод

m_grv_hs_chat_luong_DoubleClick() приватный Метод

private m_grv_hs_chat_luong_DoubleClick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        void m_grv_hs_chat_luong_DoubleClick(object sender, EventArgs e)
        {
            try
            {
                m_sle_chon_nhan_vien.EditValue = CIPConvert.ToDecimal(m_grv_hs_chat_luong.GetRowCellValue(m_grv_hs_chat_luong.FocusedRowHandle,"ID_NHAN_VIEN"));
                //m_txt_chon_thang.Text = m_grv_hs_chat_luong.GetRowCellValue(m_grv_hs_chat_luong.FocusedRowHandle, "THANG").ToString();
                //m_txt_chon_nam.Text = m_grv_hs_chat_luong.GetRowCellValue(m_grv_hs_chat_luong.FocusedRowHandle, "NAM").ToString();
                m_dat_thang.EditValue = new DateTime(int.Parse(m_grv_hs_chat_luong.GetRowCellValue(m_grv_hs_chat_luong.FocusedRowHandle, "NAM").ToString())
                                                    , int.Parse(m_grv_hs_chat_luong.GetRowCellValue(m_grv_hs_chat_luong.FocusedRowHandle, "THANG").ToString())
                                                    , 1);
                m_txt_hs.Text = m_grv_hs_chat_luong.GetRowCellValue(m_grv_hs_chat_luong.FocusedRowHandle, "HE_SO_K").ToString();
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }