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