Esempio n. 1
0
 private void LIST_BeginningEdit(object sender, DataGridBeginningEditEventArgs e)
 {
     try
     {
         Is_enter_hootkey.Invoke(true);
     }
     catch (Exception ex)
     {
         Log.Write(ex);
     }
 }
Esempio n. 2
0
 private void LIST_RowEditEnding(object sender, DataGridRowEditEndingEventArgs e)
 {
     try
     {
         Is_enter_hootkey.Invoke(false);
         Grean_add.Invoke();
     }
     catch (Exception ex)
     {
         Log.Write(ex);
     }
 }