diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-29 18:59:41 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-29 18:59:41 +0200 |
| commit | dd724f118f584eea84a11af90292a88c62ecd022 (patch) | |
| tree | 714e7c0dfb12887ed20d85b0aa5c2b6c24743b44 /Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs | |
| parent | 1e2ae1c1973fd5661815f18c93ee1171a5c08da5 (diff) | |
| download | Tango-dd724f118f584eea84a11af90292a88c62ecd022.tar.gz Tango-dd724f118f584eea84a11af90292a88c62ecd022.zip | |
Working on Firmware upgrade !
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Storage/StorageFileHandlerProgressEventArgs.cs | 1 |
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; } } } |
