BKI_DichVuMatDat.f993_phan_quyen_he_thong.view_ht_phan_quyen_he_thong C# (CSharp) Метод

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

private view_ht_phan_quyen_he_thong ( ) : void
Результат void
        private void view_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);
        }