Commit 9a4426626094cbd3dd00e41786beef6e3dec2b7b

Authored by xiemeng
1 parent ce8ad2be

每次重新测试 计时器复位

Showing 1 changed file with 1 additions and 0 deletions
... ... @@ -616,6 +616,7 @@ void CSNWriterDlg::OnBtnStart()
616 616 GetDlgItem(IDC_STATIC_IMEI2)->SetWindowText("");
617 617 GetDlgItem(IDC_STATIC_FINAL_INFO)->SetWindowText("");
618 618 myctrlbit.SetBitmap(m_hBitmapnormal);
  619 + mytime_count = 0;
619 620 if (myflag_reset)
620 621 {
621 622 if (myscanimei1 == "" || myscanimei2 == "")
... ...
Please register or login to post a comment