Пример #1
0
 public void Dispose()
 {
     if (_notifications != null && _notifications.Length != 0)
     {
         _monitor.UnblockNotifications(_key, _notifications);
     }
 }