diff --git a/ADIS_Csharp/RobotClientWpf/Views/MainView.xaml b/ADIS_Csharp/RobotClientWpf/Views/MainView.xaml
index 5b6ceba..6dd62bd 100644
--- a/ADIS_Csharp/RobotClientWpf/Views/MainView.xaml
+++ b/ADIS_Csharp/RobotClientWpf/Views/MainView.xaml
@@ -12,7 +12,7 @@
-
+
@@ -45,6 +45,7 @@
+
@@ -79,8 +80,9 @@
-
-
+
+
+
diff --git a/ADIS_Csharp/RobotClientWpf/Views/MainView.xaml.cs b/ADIS_Csharp/RobotClientWpf/Views/MainView.xaml.cs
index bb6af68..1a50ba0 100644
--- a/ADIS_Csharp/RobotClientWpf/Views/MainView.xaml.cs
+++ b/ADIS_Csharp/RobotClientWpf/Views/MainView.xaml.cs
@@ -68,6 +68,11 @@ namespace RobotClientWpf.Views
this.challenge?.RobotMobile.Movement.Turn(-TURN_ANGLE_PER_CLICK);
}
+ private void btnStopMove_Click(object sender, System.Windows.RoutedEventArgs e)
+ {
+ this.challenge?.RobotMobile.Movement.Stop();
+ }
+
public void HandleKeyDownEvent(object sender, KeyEventArgs e)
{
if (e.Key == Key.Up)