aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-11-21 12:14:55 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-11-21 12:14:55 +0200
commit8de9762343d53469f493e5ead81e37d575f3f6d9 (patch)
tree38bc8f29ada92081a2267c4fa0ef147f0e8df784 /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
parent94c88e6e337be52b77ce3debf56ca09e7d80b2b6 (diff)
downloadTango-8de9762343d53469f493e5ead81e37d575f3f6d9.tar.gz
Tango-8de9762343d53469f493e5ead81e37d575f3f6d9.zip
Refactored PPC Navigation "OnNavigatedFrom/To" to be called from the navigation manager instead of NavigationControl.
Fixed issue with PPC job progress app bar item not visible in some cases.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
index 5e584f891..5cf6d7817 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
@@ -27,7 +27,7 @@ namespace Tango.PPC.Common
/// Represents a PPC view model base class.
/// </summary>
/// <seealso cref="Tango.SharedUI.ViewModel" />
- public abstract class PPCViewModel : ViewModel, INavigationViewModel, INavigationBlocker
+ public abstract class PPCViewModel : ViewModel, INavigationBlocker
{
/// <summary>
/// Gets the static observable entities adapter.