Commit 83292787 那么 Gitee 提交于

更改小键盘BYG不能输入+号%等特殊字符和输入()报错的问题

1 个父辈 5863fc18
// ***********************************************************************
// ***********************************************************************
// Assembly : HZH_Controls
// Created : 08-08-2019
//
......@@ -141,6 +141,7 @@ namespace HZH_Controls.Controls
}
else
{
string Str = "{"+ lbl.Text + "}";
SendKeys.Send(lbl.Text);
}
if (KeyClick != null)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!