//---------------------------------------------------------------------------

#ifndef ExpRunH
#define ExpRunH
//---------------------------------------------------------------------------
#include <Classes.hpp>
//---------------------------------------------------------------------------
class TExpRunThread : public TThread
{
private:
protected:
   void __fastcall Execute();
public:
   __fastcall TExpRunThread(bool CreateSuspended);
};
//---------------------------------------------------------------------------
#endif
