BKI_DichVuMatDat.NghiepVu.f316_tinh_thuong_2014.fill_data_2_grid_thue_10 C# (CSharp) Method

fill_data_2_grid_thue_10() private method

private fill_data_2_grid_thue_10 ( ) : void
return void
        private void fill_data_2_grid_thue_10()
        {
            US_DUNG_CHUNG v_us_dung_chung = new US_DUNG_CHUNG();
            DataSet v_ds = new DataSet();
            v_ds.Tables.Add();
            v_us_dung_chung.FillDatasetWithTableName(v_ds, "V_DM_NHAN_VIEN_2");
            v_ds.Tables[0].Columns.Add("PHAN_TRAM_THUE");
            v_ds.Tables[0].Columns.Add("TRUY_LINH");
            v_ds.Tables[0].Columns.Add("TRUY_THU");
            v_ds.Tables[0].Columns.Add("THUC_LINH_CUOI_CUNG");
            foreach(DataRow v_dr in v_ds.Tables[0].Rows)
            {
                v_dr["PHAN_TRAM_THUE"] = 10;
            }
            m_grc_main.DataSource = v_ds.Tables[0];
            CHRMCommon.make_stt_indicator(m_grv_main);
        }