diff --git a/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs b/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs index 0830e25..340fa81 100644 --- a/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs +++ b/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs @@ -6,7 +6,7 @@ using System.Windows; using System.Windows.Media; using RobotClientWpf.Properties; using RobotClientWpf.Utilities; -using RobotLib; +using RobotLib.Battery; namespace RobotClientWpf { diff --git a/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml b/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml index 7bb255b..c218ce2 100644 --- a/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml +++ b/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml @@ -12,7 +12,7 @@ - + @@ -36,8 +36,18 @@