About
Portfolio
Repos
Blog
Hobbies
index
:
TcpChatX
master
A basic implementation of chat server and client using TCP and GTK
Marcin Zelent
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Server
/
App.cs
blob: 8d02d696a724eb2db7ca09cf46157104309dc8e1 (
plain
)
1
2
3
4
5
6
7
8
9
10
sing
System
;
namespace
Server
{
public
class
App
{
public
App
()
{
}
}
}