commit 8198962d3a2f9ad846efad5b160dd68dd020e44f
parent 2ade9be911872f7a2368ceba10173fffc8adc299
Author: Minerva_juppiter <ryouturn@gmail.com>
Date: Thu, 21 Mar 2024 15:48:52 +0900
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
@@ -35,6 +35,13 @@ namespace BusynessNotification
int SecMemory = Properties.Settings.Default.SecMemory;
int SecDisk = Properties.Settings.Default.SecDisk;
+ try
+ {
+ CheckCPU = Properties.Settings.Default.CheckCPU;
+ CheckMemory = Properties.Settings.Default.CheckMemory;
+ CheckDisk = Properties.Settings.Default.CheckDisk;
+ }
+
///取得した値をUIに適応
CPUcheck.IsChecked = CheckCPU;
Memorycheck.IsChecked = CheckMemory;