휴가신청메뉴 추가

This commit is contained in:
chi
2021-12-21 23:43:56 +09:00
parent 7e6f9e4bcb
commit 42e62c6608
21 changed files with 4698 additions and 270 deletions

View File

@@ -1087,5 +1087,12 @@ namespace Project
var f = new FBS0000.WorkTable();
f.Show();
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
string formkey = "HOLYREQ";
if (!ShowForm(formkey))
AddForm(formkey, new FPJ0000.fHolyRequest());
}
}
}