BKI_DichVuMatDat.NghiepVu.f350_quan_ly_vi_tri_cong_tac.load_data_2_sle_chon_quyet_dinh C# (CSharp) 메소드

load_data_2_sle_chon_quyet_dinh() 개인적인 메소드

private load_data_2_sle_chon_quyet_dinh ( ) : void
리턴 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;
        }