PBU's notes
Apr 13, 2016
Dialog 예/아니요 버튼
if(Box::yesNo("Do you want something to happen?",
DialogButton::Yes) == DialogButton::Yes)
{
Box::info('Yes');
}
else
{
Box::info('No');
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment