Exemplo n.º 1
0
 public Error Close(IntPtr mpos, string text, Native.MposClosedCallbackDelegate callback)
 {
     return(CloseExtern(mpos, text, callback));
 }
Exemplo n.º 2
0
 public static extern Error CloseExtern(IntPtr mpos, string text, Native.MposClosedCallbackDelegate callback);