diff options
author | sr55 <[email protected]> | 2019-12-29 17:29:36 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-12-29 17:29:53 +0000 |
commit | 282b04f2fe39205664fbccc81aaab1048294811c (patch) | |
tree | 68e6b1a9d16e2d4e8479338462b641aa05bf4d4c /win/CS/HandBrakeWPF/Services/SystemService.cs | |
parent | f63e7b79c83d62055f96f0a1a687cffae208a9c8 (diff) |
WinGui: Experimental Worker Process (Basic logging is now operational) + UI Infrastructure (currently hidden) needed for the feature. + More Refactoring.
Diffstat (limited to 'win/CS/HandBrakeWPF/Services/SystemService.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Services/SystemService.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win/CS/HandBrakeWPF/Services/SystemService.cs b/win/CS/HandBrakeWPF/Services/SystemService.cs index 587a82128..2eb5bebb3 100644 --- a/win/CS/HandBrakeWPF/Services/SystemService.cs +++ b/win/CS/HandBrakeWPF/Services/SystemService.cs @@ -10,20 +10,14 @@ namespace HandBrakeWPF.Services { using System; - using System.Runtime.CompilerServices; using System.Timers; using HandBrakeWPF.Properties; using HandBrakeWPF.Services.Encode.Interfaces; - using HandBrakeWPF.Services.Encode.Model; using HandBrakeWPF.Services.Interfaces; - using HandBrakeWPF.Services.Logging; using HandBrakeWPF.Services.Logging.Interfaces; - using HandBrakeWPF.Services.Logging.Model; using HandBrakeWPF.Utilities; - using Ookii.Dialogs.Wpf; - public class SystemService : ISystemService { private readonly IUserSettingService userSettingService; |