This commit is contained in:
2025-10-24 16:25:57 +08:00
parent 00c3238c75
commit 8a785b8b55
2 changed files with 3 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ namespace Pilot_KD_Parino.Common
Row previousRowNew = (Row)table.Rows[1];
Row previousRowthreeNew = (Row)table.Rows[2];
Row previousRowfourNew = (Row)table.Rows[3];
for (int i = 3; i >= 1; i--)
for (int i = 1; i <=3; i++)
{
table.Rows[i].Remove();
}