Commit 26249d36 冰封一夏 Gitee 提交于

!1 小键盘BUG

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