您的位置:首页 > 其它

if ((MessageBox.Show("確定要關閉嗎﹖此次輸入數據將會丟失﹗", "確認", MessageBoxButtons.YesNo, MessageBoxIcon.Warning) ==

2013-07-13 10:15 260 查看
if ((MessageBox.Show("確定要關閉嗎﹖此次輸入數據將會丟失﹗", "確認", MessageBoxButtons.YesNo, MessageBoxIcon.Warning) == DialogResult.Yes))

e.Cancel = false;

else

e.Cancel = true;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐