我正面临关于表单关闭的问题。它显示我的退出确认消息框2次,并询问2次“你确定要退出吗?”:
Polymer({
is: 'your-web-component',
properties: {
selected: {
value: 0
}
}
});
答案 0 :(得分:0)
试试这段代码
MessageBox.Show("Thank You For Using Rest O Rant Software.", "Closing message!", MessageBoxButtons.OK);
Application.Exit();