From ea54e23d568797e2c547e90386aae1e2eb6ec67b Mon Sep 17 00:00:00 2001 From: stubbfel Date: Mon, 8 Jul 2013 12:14:41 +0200 Subject: [PATCH] finish #84 --- CampusAppWP8/CampusAppWP8/Utility/Lui/Button/GoToMapButton.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CampusAppWP8/CampusAppWP8/Utility/Lui/Button/GoToMapButton.cs b/CampusAppWP8/CampusAppWP8/Utility/Lui/Button/GoToMapButton.cs index bb1a395a..b50b878e 100644 --- a/CampusAppWP8/CampusAppWP8/Utility/Lui/Button/GoToMapButton.cs +++ b/CampusAppWP8/CampusAppWP8/Utility/Lui/Button/GoToMapButton.cs @@ -8,15 +8,15 @@ namespace CampusAppWP8.Utility.Lui.Button { using System; + using System.Device.Location; using System.Windows; using System.Windows.Controls; using System.Windows.Media.Imaging; using CampusAppWP8.Resources; using Microsoft.Phone.Tasks; - using System.Device.Location; /// - /// This class create an Button which start the Webrowser, which an certain url + /// This class create an Button which open a Map /// public class GoToMapButton : System.Windows.Controls.Button {