diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-09-14 15:47:23 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-09-14 15:47:23 +0300 |
| commit | f8205189c94e0a62b3027385beb9c6c1a6f1fa6a (patch) | |
| tree | 76104e1bd1f3be5f33d7569f5c6cea9b0b38cae0 /Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs | |
| parent | f8177fb4afb1446b3b02e249e96f33c36b55e416 (diff) | |
| parent | 13afc37417c9281f5fbaacd174fd151d793151eb (diff) | |
| download | Tango-f8205189c94e0a62b3027385beb9c6c1a6f1fa6a.tar.gz Tango-f8205189c94e0a62b3027385beb9c6c1a6f1fa6a.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs new file mode 100644 index 000000000..ac878ed07 --- /dev/null +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.PPC.Common.ThreadLoading +{ + public interface IThreadLoadingService + { + void StartThreadLoading(); + } +} |
