휴가 승인자 정보 추적

This commit is contained in:
chi
2024-05-08 14:53:55 +09:00
parent 7eb2dbd2cd
commit e4f8981491
201 changed files with 1355 additions and 3219 deletions

View File

@@ -21,6 +21,7 @@ namespace FCM0000
private void fUserGroupPermission_Load(object sender, EventArgs e)
{
EnsureVisibleAndUsableSize();
foreach(var ctl in this.Controls)
{
if(ctl.GetType() == typeof(CheckBox))
@@ -33,7 +34,7 @@ namespace FCM0000
}
}
}
private void button1_Click(object sender, EventArgs e)
{