diff options
author | sr55 <[email protected]> | 2011-01-09 14:57:25 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-01-09 14:57:25 +0000 |
commit | 39f2230dd490a6ed1f0c94a3202982f3733a6c22 (patch) | |
tree | d4086f78ecd9156b06485b225c4d10eb3aff9973 /win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs | |
parent | 49c029031755e78e10cc4c0d004dc93d42714566 (diff) |
WinGui:
- Further Application Services refactoring
* Updates to the Encode Service and models
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3739 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs b/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs index 32a7c4f4b..b10168aa5 100644 --- a/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs +++ b/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs @@ -14,6 +14,13 @@ namespace HandBrake.ApplicationServices.Model /// </summary>
public class EncodeTask
{
+ /// <summary>
+ /// Initializes a new instance of the <see cref="EncodeTask"/> class.
+ /// </summary>
+ public EncodeTask()
+ {
+ }
+
#region Source
/// <summary>
/// Gets or sets Source.
|