|
@@ -2684,6 +2684,9 @@ namespace OTSIncAReportGrids
|
|
|
ls_sei.dLF = de_sx2;
|
|
|
list_showelementinfo.Add(ls_sei);
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+ list_showelementinfo.Sort((p1, p2) => p2.Percentage.CompareTo(p1.Percentage));
|
|
|
string str_IncAName = "";
|
|
|
str_IncAName = Convert.ToString(dgvr.Cells[1].Value);
|
|
|
Particle particle = resultFile.List_OTSField.Find(x => x.FieldID == Convert.ToInt32(dgvr.Cells["fieldid"].Value)).ParticleList.Find(x => x.ParticleId == Convert.ToInt32(dgvr.Cells["particleId"].Value));
|