Ejemplo n.º 1
0
 public ImageServer(int port, wb _point)
 {
     DIPort = port;
     xpoint = _point;
 }
Ejemplo n.º 2
0
 public AudioServer(wb p, int tport)
 {
     port   = tport;
     parent = p;
 }
Ejemplo n.º 3
0
 public TextServer(wb p, int tport)
 {
     port   = tport;
     parent = p;
 }
Ejemplo n.º 4
0
 public AudioServer(wb p)
 {
     port   = 4532;
     parent = p;
 }
Ejemplo n.º 5
0
 public TextServer(wb p)
 {
     port   = 4530;
     parent = p;
 }