From 28a523fb0453f20e4d6fad30b5ff6fde5ef52714 Mon Sep 17 00:00:00 2001 From: liufei Date: Sun, 9 Jan 2022 17:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=95=B0=E6=8D=AE=E6=8C=81?= =?UTF-8?q?=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 4d8a823..37b5bf7 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -61,6 +61,7 @@ namespace GeekDesk /// private void LoadData() { + GC.KeepAlive(appData); // 持活 this.DataContext = appData; if (appData.MenuList.Count == 0) {