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