aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-19 17:56:11 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-19 17:56:11 +0300
commit3fe33a685c3ca7a8730dacffa5357f77d7e76a96 (patch)
treebbdb2e455ab851e6b350ec98d8eacf8eb5f3fafc /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs
parent425a679e42f0b61f2f63d92955600cadbc698e1d (diff)
downloadTango-3fe33a685c3ca7a8730dacffa5357f77d7e76a96.tar.gz
Tango-3fe33a685c3ca7a8730dacffa5357f77d7e76a96.zip
Implemented sample dye navigation on PPC.
Fixed some issues with TangoIOC GetWhenAvailable.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs5
1 files changed, 4 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 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
/// <summary>
/// Called when the instance of IPPCView is available.
/// </summary>
- public abstract void OnViewAttached();
+ public virtual void OnViewAttached()
+ {
+
+ }
}
} \ No newline at end of file