aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-10-07 14:42:44 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-10-07 14:42:44 +0300
commit20b54cfc2b40bb69d1d6558c7fac6cc412c98da0 (patch)
tree5428e4e0428e0f9334bc76202d8a88005959e830 /Software/Visual_Studio/PPC/Tango.PPC.Common
parent0b40fe3742d90cdb7a4abab88207d0552dd4e3a7 (diff)
downloadTango-20b54cfc2b40bb69d1d6558c7fac6cc412c98da0.tar.gz
Tango-20b54cfc2b40bb69d1d6558c7fac6cc412c98da0.zip
Implemented RML import/export.
Fixed issue with MS in 1920x1080. Added IP Address & Up Time to PPC. Added ExternalBridge Icon IsInSession Indication. Fixed issue with ExternalBridgeService disconnection.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs
index 5f58be48b..7c67ac1a3 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs
@@ -96,6 +96,11 @@ namespace Tango.PPC.Common.Application
String BuildDate { get; }
/// <summary>
+ /// Gets the application startup date.
+ /// </summary>
+ DateTime StartUpDate { get; }
+
+ /// <summary>
/// Gets or sets a value indicating whether the screen is currently locked.
/// </summary>
bool IsScreenLocked { get; set; }