aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-09-15 09:46:12 +0300
committerAvi Levkovich <avi@twine-s.com>2020-09-15 09:46:12 +0300
commitb0d3ccdbb8cd825c32a1f616223c9c391e0d1e14 (patch)
tree11ed48b45b15191f8985b8e9696b1808e218f7eb /Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs
parent3218bd4b12197f5b27147788221f738254dec41f (diff)
parentc502b0a93c9a5365bbdd834e027e02446b3b4210 (diff)
downloadTango-b0d3ccdbb8cd825c32a1f616223c9c391e0d1e14.tar.gz
Tango-b0d3ccdbb8cd825c32a1f616223c9c391e0d1e14.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();
+ }
+}