diff --git a/DM_Weight/App.xaml.cs b/DM_Weight/App.xaml.cs index 3015529..7ac68ee 100644 --- a/DM_Weight/App.xaml.cs +++ b/DM_Weight/App.xaml.cs @@ -59,9 +59,9 @@ namespace DM_Weight private readonly ILog logger = LogManager.GetLogger(typeof(App)); public App() { - //TabTipAutomation.IgnoreHardwareKeyboard = HardwareKeyboardIgnoreOptions.IgnoreAll; - //TabTipAutomation.BindTo(); - //TabTipAutomation.BindTo(); + TabTipAutomation.IgnoreHardwareKeyboard = HardwareKeyboardIgnoreOptions.IgnoreAll; + TabTipAutomation.BindTo(); + TabTipAutomation.BindTo(); }