This commit is contained in:
chi
2020-09-03 21:34:28 +09:00
parent 31941ae90f
commit cfd9867e0c
11 changed files with 2681 additions and 90 deletions

View File

@@ -982,9 +982,21 @@ namespace Project
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
string formkey = "HOLYDAY";
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
string formkey = "HOLY";
if (!ShowForm(formkey))
AddForm(formkey, new FBS0000.fHolyday());
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
string formkey = "WTABLEUSER";
if (!ShowForm(formkey))
AddForm(formkey, new FBS0000.fWorkTableUser());
}
}
}