This commit is contained in:
chi
2020-09-03 20:44:39 +09:00
parent d88b1e1909
commit 31941ae90f
54 changed files with 4184 additions and 1604 deletions

View File

@@ -979,5 +979,12 @@ namespace Project
if (!ShowForm(formkey))
AddForm(formkey, new FPM0000.fSPMaster());
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
string formkey = "HOLYDAY";
if (!ShowForm(formkey))
AddForm(formkey, new FBS0000.fHolyday());
}
}
}