BKI_DichVuMatDat.f993_phan_quyen_he_thong.update_ht_phan_quyen_he_thong C# (CSharp) Method

update_ht_phan_quyen_he_thong() private method

private update_ht_phan_quyen_he_thong ( ) : void
return void
        private void update_ht_phan_quyen_he_thong()
        {
            if (!CGridUtils.IsThere_Any_NonFixed_Row(m_fg)) return;
            if (!CGridUtils.isValid_NonFixed_RowIndex(m_fg, m_fg.Row)) return;
            grid2us_object(m_us, m_fg.Row);
            //	f993_phan_quyen_he_thong_DE v_fDE = new f993_phan_quyen_he_thong_DE();
            //	v_fDE.display(m_us);
            f992_phan_quyen_he_thong_de v_fDE = new f992_phan_quyen_he_thong_de();
            v_fDE.display_for_update(m_us);
            load_data_2_grid();
        }