Пример #1
0
 public ServerTCP(MainForm owner)
 {
     my_owner = owner;
 }
Пример #2
0
 public ClientUDP(MainForm owner)
 {
     my_owner = owner;
 }