自动弹出键盘

This commit is contained in:
maqiao 2024-02-27 13:53:04 +08:00
parent 71f437cdae
commit ad86e96860
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,9 @@ namespace DM_Weight
private readonly ILog logger = LogManager.GetLogger(typeof(App));
public App()
{
//TabTipAutomation.IgnoreHardwareKeyboard = HardwareKeyboardIgnoreOptions.IgnoreAll;
//TabTipAutomation.BindTo<TextBox>();
//TabTipAutomation.BindTo<PasswordBox>();
TabTipAutomation.IgnoreHardwareKeyboard = HardwareKeyboardIgnoreOptions.IgnoreAll;
TabTipAutomation.BindTo<TextBox>();
TabTipAutomation.BindTo<PasswordBox>();
}