Commit c7996dde by Neo Turing
parents b2fb93d1 0498d601
......@@ -1364,10 +1364,10 @@ namespace Kivii.Client.SampleInbounds
for (int i = 0; i < dgvRfidSamples.Rows.Count; i++)
{
var item = dgvRfidSamples.Rows[i].DataBoundItem as Sample;
if (!item.IsMatched)
{
dgvRfidSamples.Rows[i].DefaultCellStyle.BackColor = Color.DarkSalmon;
}
//if (!item.IsMatched)
//{
// dgvRfidSamples.Rows[i].DefaultCellStyle.BackColor = Color.DarkSalmon;
//}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment