From 1f0db9863d3a27557a5e2b5180a9955cda6406e9 Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Tue, 7 Feb 2023 17:45:32 +0800 Subject: [PATCH] 1 --- PJZS/MainWindow.xaml.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/PJZS/MainWindow.xaml.cs b/PJZS/MainWindow.xaml.cs index 1fc5ad02..5602862c 100644 --- a/PJZS/MainWindow.xaml.cs +++ b/PJZS/MainWindow.xaml.cs @@ -201,6 +201,12 @@ namespace PJZS } globalContext.User.DepartmentList = departmentList; + + + + + var s1 = globalContext.GetUserString(); + Console.WriteLine(s1); } catch (Exception ex) { @@ -210,6 +216,7 @@ namespace PJZS }); Environment.Exit(Environment.ExitCode); } + } } }