Пример #1
0
 private void GridLeaveCell(object sender, DataGridViewCellEventArgs e)
 {
     StyleFunctions.LeaveRow((DataGridView)sender, e.RowIndex);
 }
Пример #2
0
 private void DataGridHistory_CellLeave(object sender, DataGridViewCellEventArgs e)
 {
     StyleFunctions.LeaveRow(DataGridHistory, e.RowIndex);
 }
Пример #3
0
 private void ResultGrid_CellLeave(object sender, DataGridViewCellEventArgs e)
 {
     StyleFunctions.LeaveRow(ResultGrid, e.RowIndex);
 }
Пример #4
0
 private void SibiResultGrid_CellLeave(object sender, DataGridViewCellEventArgs e)
 {
     StyleFunctions.LeaveRow(SibiResultGrid, e.RowIndex);
     SetStatusCellColors();
 }