private void GridLeaveCell(object sender, DataGridViewCellEventArgs e) { StyleFunctions.LeaveRow((DataGridView)sender, e.RowIndex); }
private void DataGridHistory_CellLeave(object sender, DataGridViewCellEventArgs e) { StyleFunctions.LeaveRow(DataGridHistory, e.RowIndex); }
private void ResultGrid_CellLeave(object sender, DataGridViewCellEventArgs e) { StyleFunctions.LeaveRow(ResultGrid, e.RowIndex); }
private void SibiResultGrid_CellLeave(object sender, DataGridViewCellEventArgs e) { StyleFunctions.LeaveRow(SibiResultGrid, e.RowIndex); SetStatusCellColors(); }