清空代码

DialogResult result = MessageBox.Show("确定清空吗?", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
if (DialogResult.OK == result)
{
this.txtChaxun.Clear();
}

posted @ 2017-10-28 11:50  王钰鑫  阅读(256)  评论(0编辑  收藏  举报