Browse Source

增加正确提示音

master
张松男 2 years ago
parent
commit
3c7f10b4a0
  1. 2
      APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs

2
APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs

@ -795,6 +795,8 @@ namespace QMAPP.WinForm.Forms.Operation
this.txtCode.Text = "";
PlaySound.PlaySounds.Play(@okSoundPath);
if (this.lblLock.Tag.ToString().Equals("0"))
{
LockType(false);

Loading…
Cancel
Save