item, project 를 별도 분리

lov 생성
personalInventoryToolStripMenuItem_Click 기능 추가
This commit is contained in:
chikyun.kim
2018-09-18 12:46:53 +09:00
parent c209a974c0
commit 2d4fe18264
41 changed files with 10954 additions and 1489 deletions

View File

@@ -16,7 +16,7 @@ namespace Project
{
while(bBW)
{
System.Threading.Thread.Sleep(1000);
System.Threading.Thread.Sleep(5000);
}
}
}