Skip to content
Denis edited this page Nov 13, 2013 · 5 revisions

Welcome to the CashCode wiki!

**Current stable version is 1.0.0.0

Introduction

CashCode.Net is a .net dll library (assembly) for working with CashCode bill validators over BILL VALIDATOR Communication Specification

Installation

The process on installation is very simple. If your work with Visual Studio (any versions) just click right-button on your project and choose "Add Reference...". Then find CashCode.Net.dll and click "Ok".

In project you need to add using CashCode.Net;. For more information see CashCodeTest Project.

Clone this wiki locally