BKI_DichVuMatDat.NghiepVu.f350_quan_ly_vi_tri_cong_tac.load_data_2_sle_chon_quyet_dinh C# (CSharp) Method

load_data_2_sle_chon_quyet_dinh() private method

private load_data_2_sle_chon_quyet_dinh ( ) : void
return void
        private void load_data_2_sle_chon_quyet_dinh()
        {
            m_sle_chon_quyet_dinh.Properties.DataSource = load_data_2_ds_v_gd_quyet_dinh().Tables[0];
            m_sle_chon_quyet_dinh.Properties.DisplayMember = V_GD_QUYET_DINH.TEN;
            m_sle_chon_quyet_dinh.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
            m_sle_chon_quyet_dinh.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFit;
        }