Esempio n. 1
0
 void OnDestroy()
 {
     if (_service != null)
     {
         _service.Dispose();
     }
 }