Exemple #1
0
 protected DataTemplateComponent(string name, object reference, DataTemplateComponentType type, CommunicationInterfaceComponent component)
 {
     Name = name;
     Reference = reference;
     _type = type;
     Component = component;
 }
Exemple #2
0
 public DataTemplateLeaf(string name, object reference, DataTemplateComponentType type, CommunicationInterfaceComponent component)
     : base(name, reference, type, component)
 {
 }