Example #1
0
 public void ice_delegate(object del)
 {
     _ice_delegate = (ListenerOperations_)del;
 }
Example #2
0
 public ListenerTie_(ListenerOperations_ del)
 {
     _ice_delegate = del;
 }