Skip to content

Commit f98b2a5

Browse files
committed
initial commit for utilizing the TcpConnection_Lib
1 parent 36c6ccb commit f98b2a5

File tree

6 files changed

+205
-329
lines changed

6 files changed

+205
-329
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
55
</startup>
6-
</configuration>
6+
</configuration>

TCP_Server_Client_Tester/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<Label Content="Port:" Grid.Column="0" Grid.Row="0" VerticalAlignment="Bottom"/>
159159
<TextBox x:Name="clientPort" Text="233" Grid.Column="0" Grid.Row="1" Margin="5,0,5,10"/>
160160
<Label Content="IP:" Grid.Column="0" Grid.Row="2" VerticalAlignment="Bottom"/>
161-
<TextBox x:Name="clientIP" Text="192.168.144.1" Grid.Column="0" Grid.Row="3" Margin="5,0,5,10"/>
161+
<TextBox x:Name="clientIP" Text="192.168.56.1" Grid.Column="0" Grid.Row="3" Margin="5,0,5,10"/>
162162
<Button x:Name="clientStartButton" Content="Connect" Grid.Column="0" Grid.Row="4" Margin="5,5,5,5" Background="LightGreen" FontWeight="Bold" Click="clientStartButton_Click"/>
163163
</Grid>
164164
</Grid>

0 commit comments

Comments
 (0)