Alert按钮的事件侦听
public function closeCallBackTest(event:CloseEvent):void
{
if(event.detail == Alert.YES)
{
initApp2();
_isNoInsDebug = true;
return;
}
if(event.detail == Alert.NO)
{
initApp();
_isNoInsDebug = false;
return;
}
}
1806

被折叠的 条评论
为什么被折叠?



