장비목록 테이블 정리 및 버젼 정보 기록

This commit is contained in:
chi
2021-08-10 14:54:02 +09:00
parent 41f6fa6e6d
commit 6eeb1da673
12 changed files with 538 additions and 20754 deletions

View File

@@ -153,16 +153,15 @@ namespace Project
}
//서버ON
try
{
this.server.Start(7979);//기본 79포트로 설정한다
}
catch (Exception ex)
{
Console.WriteLine(ex.Message);
}
////서버ON
//try
//{
// this.server.Start(7979);//기본 79포트로 설정한다
//}
//catch (Exception ex)
//{
// Console.WriteLine(ex.Message);
//}
}
void Update_Site()