|
@@ -893,6 +893,12 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
{
|
|
{
|
|
dgV_SimilarParticles.Rows[i].Cells[0].Value=false;
|
|
dgV_SimilarParticles.Rows[i].Cells[0].Value=false;
|
|
}
|
|
}
|
|
|
|
+ if(dgvr.Index + 1!= dgV_SimilarParticles.Rows.Count)
|
|
|
|
+ {
|
|
|
|
+ this.cBx_All.CheckedChanged -= new System.EventHandler(this.cBx_All_CheckedChanged);
|
|
|
|
+ cBx_All.Checked=false;
|
|
|
|
+ this.cBx_All.CheckedChanged += new System.EventHandler(this.cBx_All_CheckedChanged);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|