Exemplo n.º 1
0
 protected void AddElementary(ISpecElement elem)
 {
     if (elem != null && elem.Amount != 0)
     {
         Elementary.Add(elem);
     }
 }