diff options
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Model/EncodeJob.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Model/EncodeJob.cs | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/EncodeJob.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/EncodeJob.cs index 850f6ea2e..7d1b8234a 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/EncodeJob.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/EncodeJob.cs @@ -1,11 +1,10 @@ -using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Xml.Serialization;
-
-namespace HandBrake.Interop
+namespace HandBrake.Interop
{
+ using System;
+ using System.Collections.Generic;
+ using System.Linq;
+ using System.Xml.Serialization;
+
public class EncodeJob
{
public SourceType SourceType { get; set; }
|