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

@@ -166,7 +166,7 @@ namespace Project
private void itemsToolStripMenuItem_Click(object sender, EventArgs e)
{
_Common.fItems f = new _Common.fItems();
var f = new FCM0000.fItems();
f.MdiParent = this;
f.Show();
}
@@ -298,7 +298,7 @@ namespace Project
private void personalInventoryToolStripMenuItem_Click(object sender, EventArgs e)
{
_Common.fInventory f = new _Common.fInventory();
var f = new FCM0000.fInventory();
f.MdiParent = this;
f.Show();
}