From 1dcf5fef35c1c09e64f3c9e9ce6a31d2d0c3cd4a Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Thu, 24 Mar 2016 10:33:32 -0600 Subject: Move initialization of configuration files (if needed) to a pre-build task Remove unneeded init scripts --- Xamarin.Forms.ControlGallery.Windows/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xamarin.Forms.ControlGallery.Windows') diff --git a/Xamarin.Forms.ControlGallery.Windows/App.xaml.cs b/Xamarin.Forms.ControlGallery.Windows/App.xaml.cs index a20e2ce0..6b7d20f7 100644 --- a/Xamarin.Forms.ControlGallery.Windows/App.xaml.cs +++ b/Xamarin.Forms.ControlGallery.Windows/App.xaml.cs @@ -37,7 +37,7 @@ namespace Xamarin.Forms.ControlGallery.Windows rootFrame.NavigationFailed += OnNavigationFailed; Forms.Init (e); - FormsMaps.Init (Controls.App.Secrets["Win8MapsAuthKey"]); + FormsMaps.Init (Controls.App.Config["Win8MapsAuthKey"]); // Place the frame in the current Window Window.Current.Content = rootFrame; -- cgit v1.2.3