This commit is contained in:
2023-09-27 09:32:51 +02:00
parent 59d2cf10e8
commit 6719f44948
3 changed files with 286 additions and 275 deletions

View File

@@ -129,6 +129,7 @@ Public Class frmMitarbTimas
If txtVname.Text = "" And txtNname.Text = "" Then MsgBox("Bitte geben Sie einen Namen ein!") : Exit Sub
getMitarbeiter()
Me.Refresh()
Me.Close()
End Sub
@@ -160,6 +161,7 @@ Public Class frmMitarbTimas
'mitarbeiter.mit_TESTonly = cbxTestaccount.Checked
If checkMandatoryFields() Then
timas.updateEmployee(emp, dgvData)
End If