Ejemplo n.º 1
0
 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();
         }
     }
 }
Ejemplo n.º 2
0
 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();
         }
     }
 }