From f3fc87dd10b3d55591a84ecbfb0612769f0c09b9 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 28 Aug 2018 16:35:16 +0300 Subject: Working on BL Builders ! Working on making PPC work with builders.. --- .../PPC/Tango.PPC.UI/Connectivity/DefaultConnectivityProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Connectivity') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Connectivity/DefaultConnectivityProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/Connectivity/DefaultConnectivityProvider.cs index d338b3ff1..c26219c34 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Connectivity/DefaultConnectivityProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Connectivity/DefaultConnectivityProvider.cs @@ -83,7 +83,7 @@ namespace Tango.PPC.UI.Connectivity _wifi = new Wifi(); - applicationManager.Ready += ApplicationManager_Ready; + applicationManager.ApplicationReady += ApplicationManager_Ready; ConnectToWiFiCommand = new RelayCommand(async (x) => { -- cgit v1.3.1