首页 > 学院 > 开发设计 > 正文

C# MessageBox 返回值

2019-11-17 04:18:32
字体:
来源:转载
供稿:网友
if (MessageBox.Show("Are you sure?", "??", MessageBoxButtons.YesNo) == DialogResult.OK)
...{
       return true;
}
else
...{
        return false;
}
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表