Ejemplo n.º 1
0
 public void On(string type, Action <object> callback)
 {
     SocketService.On(type, callback);
 }