휴가신청화면 공정선택 클릭시 오류 수정

This commit is contained in:
chi
2022-08-24 08:46:59 +09:00
parent 08b11b3b69
commit 63dca8ecde
6 changed files with 1289 additions and 1264 deletions

View File

@@ -1093,5 +1093,10 @@ namespace FPJ0000
{
RefreshData();
}
}
private void button3_Click_2(object sender, EventArgs e)
{
this.Close();
}
}
}