기능 미미 기능 수정

This commit is contained in:
2023-10-16 08:07:26 +09:00
parent 934318fa22
commit 0df00080a9

View File

@@ -511,6 +511,7 @@ namespace HSUCO_Cargo_Garage_Operation_Program.CustomUserControl
if(result) if(result)
{ {
MetroMessageBox.Show(this, "성공적으로 복구 하였습니다..", "Information", MessageBoxButtons.OK, MessageBoxIcon.Information); MetroMessageBox.Show(this, "성공적으로 복구 하였습니다..", "Information", MessageBoxButtons.OK, MessageBoxIcon.Information);
DataChange();
} }
else else
{ {