コード例 #1
0
        private void insert_ht_phan_quyen_he_thong()
        {
            f992_phan_quyen_he_thong_de v_fDE = new f992_phan_quyen_he_thong_de();

            v_fDE.display_for_insert();
            load_data_2_grid();
        }
コード例 #2
0
        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();
        }