B2024-063-Invalid-Format-message-box-displays-when-rev-date-empty #397

Closed
plarsen wants to merge 2 commits from B2024-063-Invalid-Format-message-box-displays-when-rev-date-empty into Development
Showing only changes of commit 6128632186 - Show all commits

View File

@ -1225,6 +1225,9 @@ namespace VEPROMS
return true; return true;
} }
private void txbRevDate_Enter(object sender, EventArgs e) private void txbRevDate_Enter(object sender, EventArgs e)
{ {
txbDate = txbRevDate; txbDate = txbRevDate;