|  | @@ -3295,6 +3295,8 @@ void CTCLCopyToolDlg::OnBnClickedStart()  // 开始;
 | 
	
		
			
				|  |  |  			DWORD dwCount = GetTickCount64() - p->m_dwTickCount;
 | 
	
		
			
				|  |  |  			strLog.Format(_T("\rAll key Copy Sucessfull,It took %d milliseconds!\r\r"), dwCount);
 | 
	
		
			
				|  |  |  			LOG4C((LOG_INFO, _T("%s"), strLog));
 | 
	
		
			
				|  |  | +			if (result)
 | 
	
		
			
				|  |  | +				Sleep(Global::g_tConfig.waitend);
 | 
	
		
			
				|  |  |  			p->SetOptionLog(strLog, INFO_LOG);
 | 
	
		
			
				|  |  |  			p->DeleteKeyFiles();
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -3368,8 +3370,6 @@ void CTCLCopyToolDlg::OnBnClickedStart()  // 开始;
 | 
	
		
			
				|  |  |  			if ( !result )
 | 
	
		
			
				|  |  |  				p->KillTimer(1);
 | 
	
		
			
				|  |  |  #endif
 | 
	
		
			
				|  |  | -			if (result)
 | 
	
		
			
				|  |  | -				Sleep(Global::g_tConfig.waitend);
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	over:
 |