From 3fe33a685c3ca7a8730dacffa5357f77d7e76a96 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 19 Jul 2018 17:56:11 +0300 Subject: Implemented sample dye navigation on PPC. Fixed some issues with TangoIOC GetWhenAvailable. --- Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs index 13dc1ac33..1b2f298ce 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs @@ -192,6 +192,9 @@ namespace Tango.PPC.Common /// /// Called when the instance of IPPCView is available. /// - public abstract void OnViewAttached(); + public virtual void OnViewAttached() + { + + } } } \ No newline at end of file -- cgit v1.3.1