summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrake.ApplicationServices/EncodeProgressEventArgs.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-06-11 21:08:44 +0000
committersr55 <[email protected]>2010-06-11 21:08:44 +0000
commit5b73df5035172e03569777025e040e7fbfe9b875 (patch)
treed480b67c3d34986c2bb569283662d608d4b6186f /win/C#/HandBrake.ApplicationServices/EncodeProgressEventArgs.cs
parent4ecb7b2c297ba7e87c0a9ab8e0768d45fc4f0810 (diff)
WinGui:
- Fixes some issues with status labels not updating correctly on the queue window. - Now includes encode status on the queue window. - Minor UI tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3377 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/EncodeProgressEventArgs.cs')
-rw-r--r--win/C#/HandBrake.ApplicationServices/EncodeProgressEventArgs.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/EncodeProgressEventArgs.cs b/win/C#/HandBrake.ApplicationServices/EncodeProgressEventArgs.cs
index 8939e11c2..f51b3ab57 100644
--- a/win/C#/HandBrake.ApplicationServices/EncodeProgressEventArgs.cs
+++ b/win/C#/HandBrake.ApplicationServices/EncodeProgressEventArgs.cs
@@ -36,5 +36,10 @@ namespace HandBrake.ApplicationServices
/// Gets or sets Task.
/// </summary>
public int Task { get; set; }
+
+ /// <summary>
+ /// Gets or sets TaskCount.
+ /// </summary>
+ public int TaskCount { get; set; }
}
}