Ejemplo n.º 1
0
 public Host()
 {
     this.setBaseAddress();
     this.Reciever = new ExtDataService();
 }
Ejemplo n.º 2
0
 public void Dispose()
 {
     StopHost();
     this.Reciever = null;
 }