コード例 #1
0
        private void UnclaimDevices()
        {
            ICashDrawer drawer = _posDeviceManager.GetCashDrawer();

            drawer.Release();
            IReceiptPrinter printer = _posDeviceManager.GetReceiptPrinter();

            printer.Release();
        }