20260708
This commit is contained in:
@@ -32,7 +32,6 @@ namespace LargeSquareOne
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
int rowCount = this.dgv_Log.Rows.Add();
|
||||
this.dgv_Log.Rows[rowCount].Cells[0].Value = CurrentTime;
|
||||
this.dgv_Log.Rows[rowCount].Cells[1].Value = isError ? "错误" : "信息";
|
||||
|
||||
Reference in New Issue
Block a user