From 80dddfa238404c7ff6aede77018eacb692d49611 Mon Sep 17 00:00:00 2001 From: MoYue <18168119590@163.com> Date: Fri, 3 Feb 2023 15:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Button=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MonitoringTechnology/Views/LYScanPage.xaml | 18 ++++++++-- .../Views/SystemOperationView.xaml | 33 ++++++++++++++----- 2 files changed, 41 insertions(+), 10 deletions(-) diff --git a/MonitoringTechnology/Views/LYScanPage.xaml b/MonitoringTechnology/Views/LYScanPage.xaml index 1c104d6..4501c98 100644 --- a/MonitoringTechnology/Views/LYScanPage.xaml +++ b/MonitoringTechnology/Views/LYScanPage.xaml @@ -34,6 +34,18 @@ + + + + + + + + + + + @@ -56,8 +68,10 @@ ItemsSource="{Binding Devices}" ItemTemplate="{StaticResource DeviceTemplate}" MouseDoubleClick="deviceListBox_MouseDoubleClick" Grid.ColumnSpan="3" Margin="0,0,0,48" Grid.RowSpan="2"/> - - + - +