From 28538e22db9eb30b7b98b72e96ee348d9b282cab Mon Sep 17 00:00:00 2001 From: "kwan.nguyen" Date: Tue, 29 Oct 2024 23:59:03 +0700 Subject: [PATCH] update log filter --- PCUT/PCUT/Pages/Logs/LogInformationPage.xaml | 35 +++++++++++++-- .../Pages/Logs/LogInformationPage.xaml.cs | 7 +++ PCUT/PCUT/ViewModels/LogViewModel.cs | 44 ++++++++++++++++++- 3 files changed, 81 insertions(+), 5 deletions(-) diff --git a/PCUT/PCUT/Pages/Logs/LogInformationPage.xaml b/PCUT/PCUT/Pages/Logs/LogInformationPage.xaml index 88d8273..e10750d 100644 --- a/PCUT/PCUT/Pages/Logs/LogInformationPage.xaml +++ b/PCUT/PCUT/Pages/Logs/LogInformationPage.xaml @@ -7,7 +7,8 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:viewmodels="using:PCUT.ViewModels" - mc:Ignorable="d"> + mc:Ignorable="d" + Loaded="Page_Loaded"> @@ -26,10 +27,36 @@ - + + - + + + + + + + + + +