Skip to content

Commit 3d7f79f

Browse files
committed
added comments containing the program version number as well as the version number of the TcpConnection_Lib
1 parent bfa3b9a commit 3d7f79f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

TCP_Server_Client_Tester/MainWindow.xaml.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
using System;
1+
//#################
2+
//version: 2.0.0
3+
//#################
4+
using System;
25
using System.Collections.Generic;
36
using System.Linq;
47
using System.Text;
@@ -17,7 +20,7 @@
1720
using System.Threading;
1821
using System.Net;
1922
using System.Net.Sockets;
20-
using TcpConnection_Lib;
23+
using TcpConnection_Lib; //lib-version 2.0.0 used
2124

2225
namespace TCP_Server_Client_Tester
2326
{

0 commit comments

Comments
 (0)