private void cbDocument_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e) { if (e.Button.Index == 1) { FormConfigPath ofmConfigPath = new FormConfigPath(); if (ofmConfigPath.ShowDialog() == System.Windows.Forms.DialogResult.OK) { // --- refresh Load_authorization(); } } }