Ejemplo n.º 1
0
 public void Dispose()
 {
     if (TaggingService != null)
     {
         TaggingService.Dispose();
         TaggingService = null;
         GC.SuppressFinalize(this);
     }
 }