示例#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;
 }