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); } + } } }