Exemple #1
0
        private void insert_ht_tham_so_he_thong()
        {
            f108_tham_so_he_thong_de v_fde = new f108_tham_so_he_thong_de();

            v_fde.display_for_insert();
            load_data_2_grid();
        }
Exemple #2
0
        private void update_ht_tham_so_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);
            f108_tham_so_he_thong_de v_fde = new f108_tham_so_he_thong_de();

            v_fde.display_for_update(m_us);
            load_data_2_grid();
        }