This commit is contained in:
chi
2021-07-16 13:53:52 +09:00
parent 7b7c5d1f4f
commit 9e64a0d603
37 changed files with 2215 additions and 140 deletions

View File

@@ -1038,5 +1038,12 @@ namespace Project
if (!ShowForm(formkey))
AddForm(formkey, new FED0000.fEdulist());
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
string formkey = "JRFORM";
if (!ShowForm(formkey))
AddForm(formkey, new FCM0000.fJRForm());
}
}
}