|
@@ -1898,8 +1898,6 @@ namespace OTSIncAReportGrids
|
|
|
List<Particle> list_Part = new List<Particle>();
|
|
|
for (int ii = 0; ii < dgV_ParticlesDevidePage.SelectedRows.Count; ii++)
|
|
|
{
|
|
|
-
|
|
|
-
|
|
|
DataGridViewRow dgvr = dgV_ParticlesDevidePage.SelectedRows[ii];
|
|
|
Bitmap ls_bp = (Bitmap)dgvr.Cells[2].Value;
|
|
|
List<string> list_str = (List<string>)ls_bp.Tag;
|
|
@@ -2668,12 +2666,6 @@ namespace OTSIncAReportGrids
|
|
|
|
|
|
}
|
|
|
}
|
|
|
- void UpdateDataTable()
|
|
|
- {
|
|
|
- pageSize = -1;
|
|
|
- lnkFirst_Click(null, null);
|
|
|
- SetDataGridViewStyle();
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
|