waitforfinish.h_bak

来自「多串口下载手机软件的软件」· H_BAK 代码 · 共 19 行

H_BAK
19
字号

//---------------------------------------------------------------------------

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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?