diff --git a/LoggingClient/LoggingClient/Views/LocationView.xaml b/LoggingClient/LoggingClient/Views/LocationView.xaml
index 1947a04..daa3f8b 100755
--- a/LoggingClient/LoggingClient/Views/LocationView.xaml
+++ b/LoggingClient/LoggingClient/Views/LocationView.xaml
@@ -9,9 +9,9 @@
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
-
+
@@ -59,30 +59,30 @@
-
+
-
+
-
+
@@ -90,20 +90,20 @@
-
+
-
+
@@ -118,4 +118,4 @@
-
+
\ No newline at end of file
diff --git a/LoggingClient/LoggingClient/Views/LocationView.xaml.cs b/LoggingClient/LoggingClient/Views/LocationView.xaml.cs
index f2844c0..e791e0d 100755
--- a/LoggingClient/LoggingClient/Views/LocationView.xaml.cs
+++ b/LoggingClient/LoggingClient/Views/LocationView.xaml.cs
@@ -1,17 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
+using System.Windows.Controls;
namespace LoggingClient.Views
{
diff --git a/LoggingClient/LoggingClient/Views/LogView.xaml b/LoggingClient/LoggingClient/Views/LogView.xaml
index c152b9c..80266b6 100755
--- a/LoggingClient/LoggingClient/Views/LogView.xaml
+++ b/LoggingClient/LoggingClient/Views/LogView.xaml
@@ -1,38 +1,34 @@
+ xmlns:viewModel="clr-namespace:LoggingClient.ViewModel"
+ mc:Ignorable="d"
+ d:DesignHeight="450" d:DesignWidth="800">
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/LoggingClient/LoggingClient/Views/LogView.xaml.cs b/LoggingClient/LoggingClient/Views/LogView.xaml.cs
old mode 100644
new mode 100755
index 3a8efab..68b5c5d
--- a/LoggingClient/LoggingClient/Views/LogView.xaml.cs
+++ b/LoggingClient/LoggingClient/Views/LogView.xaml.cs
@@ -8,7 +8,6 @@ namespace LoggingClient.Views
public LogView()
{
InitializeComponent();
- DataContext = new LogViewModel();
}
}
}