This commit is contained in:
chikyun.kim
2019-01-03 17:42:39 +09:00
parent c8410753cb
commit 306f611873
11 changed files with 1652 additions and 198 deletions

View File

@@ -496,5 +496,12 @@ namespace Project
f.Show();
}
private void materialImportToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new FCM0000.fMaterial_Import();
// f.MdiParent = this;
f.Show();
}
}
}