章政 8 年之前
父节点
当前提交
f404b67818
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      UAS-MES/Program.cs

+ 1 - 0
UAS-MES/Program.cs

@@ -17,6 +17,7 @@ namespace UAS_MES
         {
             try
             {
+                Console.WriteLine("1231");
                 WindowsIdentity identity = WindowsIdentity.GetCurrent();
                 WindowsPrincipal principal = new WindowsPrincipal(identity);
                 //设置应用程序处理异常方式:ThreadException处理