diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-05-03 10:08:01 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-05-03 10:08:01 +0300 |
| commit | 12aeb0e61bc3f177a9b85a6067d4909e925c8326 (patch) | |
| tree | aca7c61a587bf96c750d157509e9c48fafc25a5e /Software/Stubs Collection/stubs/FlashFileSystemInit.cs | |
| parent | 6f8e84556dc6a4dcae9598df0685d81ea255269f (diff) | |
| download | Tango-12aeb0e61bc3f177a9b85a6067d4909e925c8326.tar.gz Tango-12aeb0e61bc3f177a9b85a6067d4909e925c8326.zip | |
stub and tpf
Diffstat (limited to 'Software/Stubs Collection/stubs/FlashFileSystemInit.cs')
| -rw-r--r-- | Software/Stubs Collection/stubs/FlashFileSystemInit.cs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Software/Stubs Collection/stubs/FlashFileSystemInit.cs b/Software/Stubs Collection/stubs/FlashFileSystemInit.cs new file mode 100644 index 000000000..a10bc4ed4 --- /dev/null +++ b/Software/Stubs Collection/stubs/FlashFileSystemInit.cs @@ -0,0 +1,23 @@ +using System; +using System.Text; +using System.Linq; +using System.Drawing; +using System.Diagnostics; +using System.Windows.Forms; +using System.Threading; +using System.Threading.Tasks; +using System.Collections.Generic; +using Tango.PMR.Stubs; +using Tango.Stubs; + +public void OnExecute(StubManager stubManager) +{ + + +ProgressRequest progressRequest = new ProgressRequest(); +progressRequest.Amount = 10; +progressRequest.Delay = 10; + + var response = stubManager.Run<ProgressResponse>(progressRequest); + +}
\ No newline at end of file |
