장비목록의 line/team 을 다시 업데이트하는 기능 추가.

This commit is contained in:
chi
2021-03-22 15:07:50 +09:00
parent 35d6c64b99
commit d15737f654
8 changed files with 205 additions and 62 deletions

View File

@@ -234,8 +234,8 @@ namespace FPJ0000
else
{
PO대상수량 += 1;
row.ForeColor = Color.White;
row.BackColor = Color.OrangeRed;
row.ForeColor = Color.Black;
row.BackColor = Color.Gold;
}
}