From f9814532f5f304883e807842f71cee7a0d05fdae Mon Sep 17 00:00:00 2001 From: pxzleo Date: Mon, 8 Jan 2024 20:40:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=87=8D=E8=BF=9E=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E8=A6=81=E4=B8=8D=E6=97=A5=E5=BF=97=E9=87=8C?= =?UTF-8?q?=E9=9D=A2=E5=A4=AA=E5=A4=9A=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PlaneGcsSdk_Private_NET46.csproj | 159 +++++++++--------- .../CommunicationManagement/CommModule.cs | 2 +- 2 files changed, 81 insertions(+), 80 deletions(-) diff --git a/PlaneGcsSdk_Private_NET46/PlaneGcsSdk_Private_NET46.csproj b/PlaneGcsSdk_Private_NET46/PlaneGcsSdk_Private_NET46.csproj index b3d0704..2988376 100644 --- a/PlaneGcsSdk_Private_NET46/PlaneGcsSdk_Private_NET46.csproj +++ b/PlaneGcsSdk_Private_NET46/PlaneGcsSdk_Private_NET46.csproj @@ -1,80 +1,81 @@ - - - - - Debug - AnyCPU - {0111EB6E-72E3-499C-A3BA-022F5BBC4CAF} - Library - Properties - Plane - PlaneGcsSdk_Private_NET46 - v4.6 - 512 - - - true - full - false - bin\Debug\ - TRACE;DEBUG;PRIVATE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE;PRIVATE - prompt - 4 - bin\Release\PlaneGcsSdk_Private_NET46.xml - - - - - - - - - - - - - - - - - Copters\CopterImplSharedPart.Private.cs - - - Copters\PlaneCopter.Private.cs - - - Copters\EHCopter.Private.cs - - - Copters\FakeCopter.Private.cs - - - - - - {413C18E2-235F-4E15-B5C1-633657DE5D7A} - Plane.Windows.Messages - - - {47141894-ece3-48ca-8dcf-ca751bda231e} - PlaneGcsSdk.Contract_Private - - - - - + + + + + Debug + AnyCPU + {0111EB6E-72E3-499C-A3BA-022F5BBC4CAF} + Library + Properties + Plane + PlaneGcsSdk_Private_NET46 + v4.8 + 512 + + + + true + full + false + bin\Debug\ + TRACE;DEBUG;PRIVATE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE;PRIVATE + prompt + 4 + bin\Release\PlaneGcsSdk_Private_NET46.xml + + + + + + + + + + + + + + + + + Copters\CopterImplSharedPart.Private.cs + + + Copters\PlaneCopter.Private.cs + + + Copters\EHCopter.Private.cs + + + Copters\FakeCopter.Private.cs + + + + + + {413C18E2-235F-4E15-B5C1-633657DE5D7A} + Plane.Windows.Messages + + + {47141894-ece3-48ca-8dcf-ca751bda231e} + PlaneGcsSdk.Contract_Private + + + + + \ No newline at end of file diff --git a/PlaneGcsSdk_Shared/CommunicationManagement/CommModule.cs b/PlaneGcsSdk_Shared/CommunicationManagement/CommModule.cs index 997cd1a..ce6076f 100644 --- a/PlaneGcsSdk_Shared/CommunicationManagement/CommModule.cs +++ b/PlaneGcsSdk_Shared/CommunicationManagement/CommModule.cs @@ -250,7 +250,7 @@ namespace Plane.CommunicationManagement { CloseConnection(); await Task.Delay(250).ConfigureAwait(false); - Message.Show($"正在重连:次数{++times}"); + // Message.Show($"正在重连:次数{++times}"); await Task.Delay(250).ConfigureAwait(false); await ConnectAsync();