From 0fda2ba3ff49bdc1ffc6833f658e2164af187008 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 16 Jan 2018 12:17:10 +0200 Subject: Embedded RealTimeGraphEx library to solution. Added graphs to technician view. Implemented simple sensors data test using Machine Emulator. --- Software/Visual_Studio/Tango.SharedUI/ViewModel.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Software/Visual_Studio/Tango.SharedUI/ViewModel.cs') diff --git a/Software/Visual_Studio/Tango.SharedUI/ViewModel.cs b/Software/Visual_Studio/Tango.SharedUI/ViewModel.cs index e83cd3e87..ab43cf743 100644 --- a/Software/Visual_Studio/Tango.SharedUI/ViewModel.cs +++ b/Software/Visual_Studio/Tango.SharedUI/ViewModel.cs @@ -91,6 +91,15 @@ namespace Tango.SharedUI { } + + /// + /// Gets a value indicating whether we are currently in VS design mode. + /// + public bool DesignMode + { + get { return (DesignerProperties.GetIsInDesignMode(new System.Windows.DependencyObject())); } + } + } /// -- cgit v1.3.1