Exemplo n.º 1
0
 public void AddItem(ErrorLogItem item)
 {
     lock (this._errorItemsLock)
     {
         this._errorItems.Add(item);
     }
 }
Exemplo n.º 2
0
		public void AddItem(ErrorLogItem item)
		{
			lock (this._errorItemsLock)
			{
				this._errorItems.Add(item);
			}
		}