From dd724f118f584eea84a11af90292a88c62ecd022 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 29 Nov 2018 18:59:41 +0200 Subject: Working on Firmware upgrade ! --- .../Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs') 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; } } } -- cgit v1.3.1