예제 #1
0
 public void Initialise()
 {
     Proxy = new SupervisorProxy(this);
     Service = new Service(Proxy);
     Service.Start();
 }
예제 #2
0
 public void Initialise()
 {
     Proxy   = new SupervisorProxy(this);
     Service = new Service(Proxy);
     Service.Start();
 }