This commit is contained in:
ChiKyun Kim
2026-02-25 16:46:51 +09:00
parent 2590ad91de
commit e2691af903
6 changed files with 19 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ using COMM;
using System;
using System.Drawing;
using Project.StateMachine;
using System.Windows.Forms;
namespace Project
{
@@ -311,6 +312,9 @@ namespace Project
{
//남은디스크확인
CheckFreeSpace();
//사용기록 업데이트
PUB.CheckNRegister5(Application.ProductName, "chi", Application.ProductVersion, PUB.setting.MCID, PUB.setting.AGV_ADDRESS);
tm5minute = DateTime.Now;
}
#endregion