diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-12 20:09:01 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-12 20:09:01 +0200 |
| commit | 5e705b938989409332ac929e1319b398b5a930a5 (patch) | |
| tree | 4496ca487631e945b2403fea8b6f1bb345032b11 /Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication | |
| parent | dfe51100b8c90dc9cfb986892772b9babca8fcab (diff) | |
| download | Tango-5e705b938989409332ac929e1319b398b5a930a5.tar.gz Tango-5e705b938989409332ac929e1319b398b5a930a5.zip | |
Working on cef installer post update package...
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs index 70ba4b695..8bb1c0fe3 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/PPCApplication/DefaultPPCApplicationManager.cs @@ -160,10 +160,17 @@ namespace Tango.PPC.UI.PPCApplication } /// <summary> + /// Gets or sets the application folder. + /// </summary> + public String StartPath { get; private set; } + + /// <summary> /// Initializes a new instance of the <see cref="DefaultPPCApplicationManager"/> class. /// </summary> public DefaultPPCApplicationManager(IMachineProvider machineProvider, IDispatcherProvider dispatcherProvider, IEventLogger eventLogger, IPPCModuleLoader moduleLoader, INotificationProvider notificationProvider, IMachineDataSynchronizer machineDataSynchronizer) { + StartPath = AssemblyHelper.GetCurrentAssemblyFolder(); + _notificationProvider = notificationProvider; _machineProvider = machineProvider; _dispatcher = dispatcherProvider; |
