장비목록 테이블 정리 및 버젼 정보 기록
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user