aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs b/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs
index b873ff7b3..51e293535 100644
--- a/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs
+++ b/Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs
@@ -9,6 +9,7 @@ namespace Tango.Integration.Storage
public class StorageFileHandlerProgressEventArgs : EventArgs
{
public long Current { get; set; }
+ public long Delta { get; set; }
public long Total { get; set; }
}
}