From aa6504692206169fb65232d779d7b5495131197f Mon Sep 17 00:00:00 2001 From: hj615 Date: Tue, 12 Aug 2025 13:19:56 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=95=84=ED=84=B0=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=20=EC=8B=9C=20=EA=B7=B8=EB=9E=98=ED=94=84=20=EC=A2=85=EB=A5=98?= =?UTF-8?q?=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controls/SegmentedControl.xaml.cs | 1 - SmartAquaViewer/Resources/Generic.xaml | 9 +++ SmartAquaViewer/SmartAquaViewer.csproj | 5 ++ SmartAquaViewer/View/MonitoringView.xaml | 43 ++++++++++- SmartAquaViewer/View/MonitoringView.xaml.cs | 10 +++ .../ViewModel/MonitoringViewModel.cs | 74 +++++++++++++++++++ 6 files changed, 137 insertions(+), 5 deletions(-) diff --git a/SmartAquaViewer/Controls/SegmentedControl.xaml.cs b/SmartAquaViewer/Controls/SegmentedControl.xaml.cs index 6293c78..09dde83 100644 --- a/SmartAquaViewer/Controls/SegmentedControl.xaml.cs +++ b/SmartAquaViewer/Controls/SegmentedControl.xaml.cs @@ -41,7 +41,6 @@ namespace SmartAquaViewer.Controls if (sender is RadioButton rb && rb.Tag != null) { SelectedValue = rb.Tag.ToString(); - Debug.WriteLine($"SelectedValue changed to: {SelectedValue}"); } } } diff --git a/SmartAquaViewer/Resources/Generic.xaml b/SmartAquaViewer/Resources/Generic.xaml index aa395fe..133b2d2 100644 --- a/SmartAquaViewer/Resources/Generic.xaml +++ b/SmartAquaViewer/Resources/Generic.xaml @@ -95,4 +95,13 @@ + + \ No newline at end of file diff --git a/SmartAquaViewer/SmartAquaViewer.csproj b/SmartAquaViewer/SmartAquaViewer.csproj index 3c0030f..e30e0c5 100644 --- a/SmartAquaViewer/SmartAquaViewer.csproj +++ b/SmartAquaViewer/SmartAquaViewer.csproj @@ -39,12 +39,17 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/SmartAquaViewer/View/MonitoringView.xaml b/SmartAquaViewer/View/MonitoringView.xaml index eacbb80..fd4199b 100644 --- a/SmartAquaViewer/View/MonitoringView.xaml +++ b/SmartAquaViewer/View/MonitoringView.xaml @@ -20,10 +20,14 @@ - + + + + +