예제 #1
0
 public void SetOnRspUserLogout(DeleOnRspUserLogout func)
 {
     (Invoke(_handle, "SetOnRspUserLogout", typeof(DeleSet)) as DeleSet)(_spi, func);
 }
예제 #2
0
 public void SetOnRspUserLogout(DeleOnRspUserLogout func)
 {
     (loader.Invoke("SetOnRspUserLogout", typeof(DeleSet)) as DeleSet)(_spi, func);
 }