File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ namespace QpTestClient
1818{
1919 public partial class ConnectForm : Form
2020 {
21+ [ DesignerSerializationVisibility ( DesignerSerializationVisibility . Hidden ) ]
2122 public TestConnectionInfo ConnectionInfo { get ; private set ; }
2223
2324 public ConnectForm ( )
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
55 <RollForward >Major</RollForward >
6- <TargetFramework >net8 .0-windows</TargetFramework >
6+ <TargetFramework >net9 .0-windows</TargetFramework >
77 <UseWindowsForms >true</UseWindowsForms >
88 <Product >[QuickProtocol]测试客户端</Product >
99 <AssemblyTitle >[QuickProtocol]测试客户端</AssemblyTitle >
Original file line number Diff line number Diff line change 11using Quick . Protocol . Utils ;
22using System ;
3+ using System . ComponentModel ;
34using System . Security . Policy ;
45using System . Windows . Forms ;
56
67namespace QpTestClient
78{
89 public partial class QuickConnectForm : Form
910 {
11+ [ DesignerSerializationVisibility ( DesignerSerializationVisibility . Hidden ) ]
1012 public TestConnectionInfo ConnectionInfo { get ; private set ; }
1113
1214 public QuickConnectForm ( )
You can’t perform that action at this time.
0 commit comments