博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
WPF弹出取消确定框
阅读量:4625 次
发布时间:2019-06-09

本文共 243 字,大约阅读时间需要 1 分钟。

MessageBoxResult dr = MessageBox.Show("是否在"+ConfigHelper.GetAppSetting("SourceDBName") +"库执行sql", "提示", MessageBoxButton.OKCancel, MessageBoxImage.Question);

if (dr == MessageBoxResult.OK)
{

}

转载于:https://www.cnblogs.com/damsoft/p/6099465.html

你可能感兴趣的文章
Your development team, "", does not support the Push Notifications capability.
查看>>
使用Safari浏览器调试WebView
查看>>
listview
查看>>
文字和图片垂直居中
查看>>
linux下为firfox安装flash player
查看>>
git 的安装
查看>>
二叉查找树
查看>>
String.split(Regex regex)方法
查看>>
深入理解JVM—JVM内存模型
查看>>
leetcode刷题七<整数反转>
查看>>
Apache部署Django过程中遇到的一些问题
查看>>
asp.net 页面定时跳转的小技巧
查看>>
java继承
查看>>
python(2)-函数相关
查看>>
HDU 2120 Ice_cream's world I
查看>>
PAT 1034 有理数四则运算
查看>>
redis性能优化——生产中实际遇到的问题排查总结
查看>>
linux(Ubuntu)下安装JDK
查看>>
Python基础:输入与输出(I/O)
查看>>
C++ 11 学习3:显示虚函数重载(override)
查看>>