Ejemplo n.º 1
0
 /// <summary>
 /// Disposes the provided elements.
 /// </summary>
 public void Dispose(ElementStateCollection elements)
 {
     using (LogGroup logGroup = LogGroup.Start("Disposing the provided elements.", NLog.LogLevel.Debug))
     {
         elements.Clear();
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the provided elements to the Elements property.
 /// </summary>
 /// <param name="elements"></param>
 public ElementLocator(ElementStateCollection elements)
 {
     Elements = elements;
 }