示例#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);
 }