Inheritance: System.MarshalByRefObject, IHost
Exemple #1
0
 public void Setup()
 {
     this.machine = new Machine();
     this.host = new Host(this.machine);
 }