diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-09-14 16:42:19 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-09-14 16:42:19 +0300 |
| commit | 486c04db8f83c41538e93d6a81513dd52e3f6d6a (patch) | |
| tree | e2d050a8576025bde6753363ace941d86f3e9366 /Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading | |
| parent | 129e4d689d489ce063c01f7f9dd066c1fa055c33 (diff) | |
| parent | 68aa41252c29de9431902613a3c80a1b3c038e79 (diff) | |
| download | Tango-486c04db8f83c41538e93d6a81513dd52e3f6d6a.tar.gz Tango-486c04db8f83c41538e93d6a81513dd52e3f6d6a.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading')
| -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(); + } +} |
