Ejemplo n.º 1
0
 public void SeignalTestEnd(IClientAgent from)
 {
     LOG.Info("Client {"+from.Name +"} - TEST END" );
 }
Ejemplo n.º 2
0
 public void SetClient(IClientAgent client)
 {
     _client = client;
 }