diff options
author | sr55 <[email protected]> | 2016-04-19 21:52:27 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-04-19 21:52:27 +0100 |
commit | 4284cf487665dd2013b8c95cf2195980ac8106df (patch) | |
tree | 9ed89bad39b89315a94adc7b09ad901d4af8f1ec /win/CS/HandBrakeWPF/Services | |
parent | 5e299e96599e191345f303623baa6ceda01c0916 (diff) |
WinGui: Some initial work to make the HandBrake.ApplicationServices library more portable.
Diffstat (limited to 'win/CS/HandBrakeWPF/Services')
-rw-r--r-- | win/CS/HandBrakeWPF/Services/PrePostActionService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Services/PrePostActionService.cs b/win/CS/HandBrakeWPF/Services/PrePostActionService.cs index 1d54d1e6f..4e3f4f30f 100644 --- a/win/CS/HandBrakeWPF/Services/PrePostActionService.cs +++ b/win/CS/HandBrakeWPF/Services/PrePostActionService.cs @@ -20,6 +20,7 @@ namespace HandBrakeWPF.Services using HandBrakeWPF.EventArgs;
using HandBrakeWPF.Services.Interfaces;
using HandBrakeWPF.Services.Queue.Interfaces;
+ using HandBrakeWPF.Utilities;
using HandBrakeWPF.ViewModels.Interfaces;
using EncodeCompletedEventArgs = HandBrakeWPF.Services.Encode.EventArgs.EncodeCompletedEventArgs;
|