Exemplo n.º 1
0
 public IMemoryMap GetMemory()
 {
     foreach (var item in Children)
     {
         TagViewModel tag = (TagViewModel)item;
         Tags.Add(tag);
         memoryMap.AddHoldingRegister(tag.Value);
     }
     return(memoryMap);
 }