diff options
author | sr55 <[email protected]> | 2021-03-08 20:03:54 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2021-03-08 20:03:54 +0000 |
commit | 383ec399656d73130cc81cee3fd0a96ba50340f5 (patch) | |
tree | 64906b4aaa55ec18b9d23e4e770ffe753dc8fd48 /win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs | |
parent | c07495de1b61502ac14dd68b9851c2c5df291abb (diff) |
WinGui: Move to Caliburn Micro 4.0 (RC). This removes the Framework 4 dependant 3.2 version.
Diffstat (limited to 'win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs b/win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs index 9b1ed197c..fa6d8da5f 100644 --- a/win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs +++ b/win/CS/HandBrakeWPF/Commands/InputBindingTrigger.cs @@ -13,7 +13,8 @@ namespace HandBrakeWPF.Commands using System.Diagnostics;
using System.Windows;
using System.Windows.Input;
- using System.Windows.Interactivity;
+
+ using Microsoft.Xaml.Behaviors;
/// <summary>
/// The input binding trigger.
|