Exemplo n.º 1
0
 public void Attach <T0, T1>(ViAsynTupleCallback <T0, T1> node, ViAsynTupleCallback <T0, T1> .Callback dele)
 {
     node.Attach(dele, _eventList);
 }
Exemplo n.º 2
0
 public void Attach(ViAsynTupleCallback node, ViAsynTupleCallback.Callback dele)
 {
     node.Attach(dele, _eventList);
 }