引用的dll
鏈接: https://pan.baidu.com/s/1MjwmfvBCPTBq1QNapKzDmg 提取碼: 9wuf
[DllImport("Drawcash.dll")]
private static extern bool OpenDriverCash2(int code1, int code2, int code3, int code4, int code5, string printerName);
調用:
OpenDriverCash2(27,112,0,128,128, "打印機名稱");