This commit is contained in:
chikyun.kim
2018-10-31 09:50:59 +09:00
parent 45a3def8e1
commit 8002b1a254
9 changed files with 220 additions and 88 deletions

View File

@@ -434,5 +434,12 @@ namespace Project
{
menu_work_report();
}
private void toolStripButton4_Click(object sender, EventArgs e)
{
var f = new FCM0000.fInventory();
f.MdiParent = this;
f.Show();
}
}
}