Exemplo n.º 1
0
 public void SetOnRspUserLogout(DeleOnRspUserLogout func)
 {
     (Invoke(_handle, "SetOnRspUserLogout", typeof(DeleSet)) as DeleSet)(_spi, func);
 }
Exemplo n.º 2
0
 public void SetOnRspUserLogout(DeleOnRspUserLogout func)
 {
     (loader.Invoke("SetOnRspUserLogout", typeof(DeleSet)) as DeleSet)(_spi, func);
 }