BKI_DichVuMatDat.NghiepVu.f330_len_luong_cho_nv.load_data_2_grid C# (CSharp) Method

load_data_2_grid() private method

private load_data_2_grid ( ) : void
return void
        private void load_data_2_grid()
        {
            CHRMCommon.make_stt(m_grv_tang_giam_luong_cho_nv);
            US_V_F330_LEN_LUONG_CHO_NV v_us = new US_V_F330_LEN_LUONG_CHO_NV();
            DS_V_F330_LEN_LUONG_CHO_NV v_ds = new DS_V_F330_LEN_LUONG_CHO_NV();

            v_us.FillDataset(v_ds);

            m_grc_tang_giam_luong_cho_nv.DataSource = v_ds.Tables[0];
            m_grv_tang_giam_luong_cho_nv.BestFitColumns();
        }

Same methods

f330_len_luong_cho_nv::load_data_2_grid ( decimal ip_dc_id_nv ) : void