예제 #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;
 }