예제 #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();
         }
     }
 }
예제 #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();
         }
     }
 }