aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-09-14 15:47:23 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-09-14 15:47:23 +0300
commitf8205189c94e0a62b3027385beb9c6c1a6f1fa6a (patch)
tree76104e1bd1f3be5f33d7569f5c6cea9b0b38cae0 /Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs
parentf8177fb4afb1446b3b02e249e96f33c36b55e416 (diff)
parent13afc37417c9281f5fbaacd174fd151d793151eb (diff)
downloadTango-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.cs13
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();
+ }
+}