This commit is contained in:
chi
2021-06-29 08:22:38 +09:00
parent 48b67ec89d
commit 19e09cdbfc
33 changed files with 6934 additions and 181 deletions

View File

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