aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Application
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-12 20:09:01 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-12 20:09:01 +0200
commit5e705b938989409332ac929e1319b398b5a930a5 (patch)
tree4496ca487631e945b2403fea8b6f1bb345032b11 /Software/Visual_Studio/PPC/Tango.PPC.Common/Application
parentdfe51100b8c90dc9cfb986892772b9babca8fcab (diff)
downloadTango-5e705b938989409332ac929e1319b398b5a930a5.tar.gz
Tango-5e705b938989409332ac929e1319b398b5a930a5.zip
Working on cef installer post update package...
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Application')
-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 8f1a80d37..8f108eaf6 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs
@@ -111,6 +111,11 @@ namespace Tango.PPC.Common.Application
DateTime StartUpDate { get; }
/// <summary>
+ /// Gets or sets the application folder.
+ /// </summary>
+ String StartPath { get; }
+
+ /// <summary>
/// Gets or sets a value indicating whether the screen is currently locked.
/// </summary>
bool IsScreenLocked { get; set; }