상속: System.MarshalByRefObject, IHost
예제 #1
0
파일: HostTests.cs 프로젝트: ajlopez/AjTalk
 public void Setup()
 {
     this.machine = new Machine();
     this.host = new Host(this.machine);
 }