Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef VerifyThreadUnitH
|
||||
#define VerifyThreadUnitH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <System.Classes.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TVerifyThread : public TThread
|
||||
{
|
||||
private:
|
||||
TForm * m_pForm;
|
||||
protected:
|
||||
void __fastcall Execute();
|
||||
public:
|
||||
__fastcall TVerifyThread(bool CreateSuspended, TForm* pForm);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
Reference in New Issue
Block a user