예제 #1
0
파일: Host.cs 프로젝트: nekosaur/Haytham
 public Host()
 {
     this.setBaseAddress();
     this.Reciever = new ExtDataService();
 }
예제 #2
0
파일: Host.cs 프로젝트: nekosaur/Haytham
 public void Dispose()
 {
     StopHost();
     this.Reciever = null;
 }