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