This commit is contained in:
chi
2021-12-20 12:42:18 +09:00
parent 19525c71b6
commit 4cf24cedaf
31 changed files with 2585 additions and 565 deletions

View File

@@ -1063,5 +1063,12 @@ namespace Project
{
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
string formkey = "OTCONFIRM";
if (!ShowForm(formkey))
AddForm(formkey, new FPJ0000.fOTConfirm());
}
}
}