Example #1
0
 public void Dispose()
 {
     _networkingService.NetworkResponseEvent -= NetworkResponseEventHandler;
     _networkingService.Dispose();
 }