휴가신청 아이콘 퀵에 추가

This commit is contained in:
chi
2022-10-17 11:03:08 +09:00
parent 6b42127361
commit 55c6b06701
3 changed files with 39 additions and 1 deletions

View File

@@ -1079,6 +1079,10 @@ namespace Project
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
();
}
void ()
{
string formkey = "HOLYREQ";
if (!ShowForm(formkey))
@@ -1201,5 +1205,10 @@ namespace Project
cn.Close();
FCOMMON.Util.MsgI($"{cnt}건의 자료가 변경 되었습니다");
}
private void toolStripButton3_Click(object sender, EventArgs e)
{
();
}
}
}