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-11-17 16:01:31 +0200
committerAvi Levkovich <avi@twine-s.com>2020-11-17 16:01:31 +0200
commit19ac98b8c46b352fd99fa7c8f320fae6e1572b99 (patch)
tree744881075b837310cdf0b7399946e952c1dc782b /Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs
parentc70273e22beeee78b6ba7e60c365f1f860fc7848 (diff)
parent5c147231611ca2a99702152ad3073524347a24b9 (diff)
downloadTango-19ac98b8c46b352fd99fa7c8f320fae6e1572b99.tar.gz
Tango-19ac98b8c46b352fd99fa7c8f320fae6e1572b99.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.cs3
1 files changed, 2 insertions, 1 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
index ac878ed07..0394a17c2 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/ThreadLoading/IThreadLoadingService.cs
@@ -8,6 +8,7 @@ namespace Tango.PPC.Common.ThreadLoading
{
public interface IThreadLoadingService
{
- void StartThreadLoading();
+ void StartThreadLoadingWizard();
+ void StartThreadBreakWizard();
}
}