Move refreshing employee view above the messagebox for adding.
This commit is contained in:
parent
59ae663c7b
commit
deb2bc0a0c
@ -74,9 +74,9 @@ namespace QueueSys
|
||||
cbNumBags.Text = "";
|
||||
tbEmployeeName.Text = "";
|
||||
|
||||
RefreshEmployeeView();
|
||||
MessageBox.Show("Customer has been added!", "Queue System", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
|
||||
RefreshEmployeeView();
|
||||
}
|
||||
|
||||
private void RefreshEmployeeView()
|
||||
|
Loading…
Reference in New Issue
Block a user