Пример #1
0
 public ImageServer(int port, wb _point)
 {
     DIPort = port;
     xpoint = _point;
 }
Пример #2
0
 public AudioServer(wb p, int tport)
 {
     port   = tport;
     parent = p;
 }
Пример #3
0
 public TextServer(wb p, int tport)
 {
     port   = tport;
     parent = p;
 }
Пример #4
0
 public AudioServer(wb p)
 {
     port   = 4532;
     parent = p;
 }
Пример #5
0
 public TextServer(wb p)
 {
     port   = 4530;
     parent = p;
 }