연차현황추가

This commit is contained in:
chi
2023-09-11 13:51:36 +09:00
parent 01e29029c4
commit a6be8ad5d3
14 changed files with 2282 additions and 431 deletions

View File

@@ -1456,5 +1456,12 @@ namespace Project
{
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
string formkey = "YCHAH";
if (!ShowForm(formkey))
AddForm(formkey, new FBS0000.fyeonchastate());
}
}
}