This commit is contained in:
chi
2023-05-15 09:45:16 +09:00
parent 59a828ee16
commit 98a3617a61
7 changed files with 3279 additions and 30 deletions

View File

@@ -392,7 +392,13 @@ namespace Project
AddForm(formkey, new FPJ0000.fProjectList());
}
void menu_projecTU_list()
{
string formkey = "PROJECTSU";
if (!ShowForm(formkey))
AddForm(formkey, new FPJ0000.fProjectListU());
}
private void helpToolStripButton_Click(object sender, EventArgs e)
{
menu_projecT_list();
@@ -1423,5 +1429,10 @@ namespace Project
menu_itemin();
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
menu_projecTU_list();
}
}
}