Ejemplo n.º 1
0
 public void SetListener(IMAPIListener mapiListener)
 {
     _mapiListener = mapiListener;
 }
Ejemplo n.º 2
0
 public MAPIListenerStub(IMAPIListener mapiListener)
 {
     _mapiListener = mapiListener;
 }