[C++]event_source attribute的功用
void BindingEvent(){
__hook(&TestObj::Executed,this,&TestObj::OnExecuted);
}
void UnBindingEvent(){
__hook(&TestObj::Executed,this,&TestObj::OnExecuted);
}
};
void BindingEvent(){
__hook(&TestObj::Executed,this,&TestObj::OnExecuted);
}
void UnBindingEvent(){
__hook(&TestObj::Executed,this,&TestObj::OnExecuted);
}
};