Exemplo n.º 1
0
 public Device1553 GetSpecificItem(int index)
 {
     return(_componentDic.GetSpecificItem(index));
 }
Exemplo n.º 2
0
 public override IGetItemByIndex GetItem(int index)
 {
     return(_componentDic.GetSpecificItem(index));
 }
Exemplo n.º 3
0
 public Channel1553 GetSpecificItem(string name)
 {
     return(_componentDic.GetSpecificItem(name));
 }