123
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user