#pragma once
#include "CEventBase.h"

//�̾���ɺ�ĵ����¼�
class  __declspec(dllexport) CEventBondDoneDispath :
    public CEventBase
{
private:
    LONG Action();
#ifdef FSM_TEST
    LONG ActionTest();
#endif
};