Exemple #1
0
 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);
 }
Exemple #3
0
 private void ResultGrid_CellLeave(object sender, DataGridViewCellEventArgs e)
 {
     StyleFunctions.LeaveRow(ResultGrid, e.RowIndex);
 }
Exemple #4
0
 private void SibiResultGrid_CellLeave(object sender, DataGridViewCellEventArgs e)
 {
     StyleFunctions.LeaveRow(SibiResultGrid, e.RowIndex);
     SetStatusCellColors();
 }