item, project 를 별도 분리
lov 생성 personalInventoryToolStripMenuItem_Click 기능 추가
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user