From 69c55f54ee7217f16419049a311ce437d3c19157 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 13 Feb 2019 20:02:59 +0200 Subject: Fixed issue with PPC WIFI connection profiles. Implemented OS restart after first setup. Prevented PPC updater crashes without restarting PPC. Implemented restarting system view on PPC. --- .../PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs') 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 5f0b35ce2..f07ba39a9 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs @@ -40,6 +40,11 @@ namespace Tango.PPC.Common.Application /// event EventHandler SetupRequired; + /// + /// Occurs when a system restart is required. + /// + event EventHandler SystemRestartRequired; + /// /// Occurs when the application has encountered an error when initializing. /// -- cgit v1.3.1