瀏覽代碼

测试内容

章政 8 年之前
父節點
當前提交
e8a0e89274
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      UAS-MES/Program.cs

+ 0 - 1
UAS-MES/Program.cs

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